SlideShare a Scribd company logo
-Get ApacheDS last version from svn.

svn checkout http://svn.apache.org/repos/asf/directory/apacheds/trunk-with-
dependencies

-Import it to Eclipse by

Project Explorer->Import->Existing Maven Project->Browse...->Show root pom.xml

-You will have lots of projects, organize it with Package Explorer and Working
Set.

-With a good JDK

{http://james.apache.org/server/3/dev-build.html}

page succeeds.

-Only at previous step,

in the root directory that pom.xml resides, call

$mvn clean compile install


--If you are on Unix and it tells you that your maven is old;

--- Remove the /usr/bin/mvn

{http://www.coderanch.com/t/437185/tools/uninstall-override-previous-Maven-
version}

--- Install maven3 by;

{http://blog.btmatthews.com/2011/08/04/installing-maven-3-on-ubuntu-11-04-lts-
server/}


--If Maven do not like your JDK download a zipped jar of JDK and use it by:

$JAVA_HOME=/mypath/to/extractedJDK/jdk/jdk1.7.0_03 mvn clean install


-After build, you can run UberjarMain.java to start the LDAP server.

--There is an Eclipse based user interface for Apache DS,

Following page is sufficent to have this interface working:

{http://directory.apache.org/studio/static/users_guide/ldap_browser/}

More Related Content

DOC
Integration of apache with tomcat
PDF
Integrating Tomcat And Apache On Windows
DOCX
How to install and configure LEMP stack
ODP
Capifony. Minsk PHP MeetUp #11
PDF
How to contribute Apache CloudStack
PPTX
How to Install LAMP in Ubuntu 14.04
PDF
Create rails project
PDF
Jones_Lamp_Tutorial
Integration of apache with tomcat
Integrating Tomcat And Apache On Windows
How to install and configure LEMP stack
Capifony. Minsk PHP MeetUp #11
How to contribute Apache CloudStack
How to Install LAMP in Ubuntu 14.04
Create rails project
Jones_Lamp_Tutorial

What's hot (19)

PPTX
Apache tomcat
PPT
PPTX
Installing and running Postfix within a docker container from the command line
PPTX
Compcon 2016 Workshop
PDF
Get Going With RVM and Rails 3
PPTX
Lamp introduction in Fedora
PDF
Open web mail setup
PDF
Laravel Valet
PDF
Ansible automation tool with modules
PDF
Introduction to Apache Tomcat 7 Presentation
ODP
Prabu apache installations
TXT
Support pattern
KEY
泣かないAppEngine開発
PPTX
Integration Of Mulesoft and Apache Active MQ
PPT
PPT
PPT
How to set up and Configure Kannel, A quick start
PPTX
Bugzilla Installation Process
Apache tomcat
Installing and running Postfix within a docker container from the command line
Compcon 2016 Workshop
Get Going With RVM and Rails 3
Lamp introduction in Fedora
Open web mail setup
Laravel Valet
Ansible automation tool with modules
Introduction to Apache Tomcat 7 Presentation
Prabu apache installations
Support pattern
泣かないAppEngine開発
Integration Of Mulesoft and Apache Active MQ
How to set up and Configure Kannel, A quick start
Bugzilla Installation Process
Ad

Viewers also liked (11)

PPTX
Mapa conceptual control de gestion
DOCX
Luisitopi y marcelita
DOCX
Model factors
PDF
205 Green 360
DOC
Código de Ética
PPTX
Mapa mental
PDF
Amco News - 1988
PDF
ORDEN FOM/231/2011, DE 13 DE ENERO
PPTX
KeyVision - smart control for lawyers
PDF
7วิชาสามัญ สังคม
PPT
Taller regional sobre la prevención y monitoreo de tráfico ilísito de desecho...
Mapa conceptual control de gestion
Luisitopi y marcelita
Model factors
205 Green 360
Código de Ética
Mapa mental
Amco News - 1988
ORDEN FOM/231/2011, DE 13 DE ENERO
KeyVision - smart control for lawyers
7วิชาสามัญ สังคม
Taller regional sobre la prevención y monitoreo de tráfico ilísito de desecho...
Ad

Similar to Apache ds building_from_source (20)

PDF
Java, Eclipse, Maven & JSF tutorial
PDF
Installing java, eclipse and maven
PDF
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
TXT
PPT
Svn Subversion
PDF
Apache maven, a software project management tool
PDF
Gradle: From Extreme to Mainstream
PDF
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
PDF
InstallationGuide-JavaEclipseAndMaven_v2.pdf
PDF
Install spark on_windows10
PPT
Mavenppt
DOCX
Install Cuckoo on Mac OS X
PPTX
PPT
Maven Setup
PDF
Note - Apache Maven Intro
PPTX
Extracting twitter data using apache flume
PPTX
PDF
Enterprise Messaging Foundations
PPT
PDF
Prometheus on EKS
Java, Eclipse, Maven & JSF tutorial
Installing java, eclipse and maven
Continuous Delivery with Maven, Puppet and Tomcat - ApacheCon NA 2013
Svn Subversion
Apache maven, a software project management tool
Gradle: From Extreme to Mainstream
Infrastructure testing with Jenkins, Puppet and Vagrant - Agile Testing Days ...
InstallationGuide-JavaEclipseAndMaven_v2.pdf
Install spark on_windows10
Mavenppt
Install Cuckoo on Mac OS X
Maven Setup
Note - Apache Maven Intro
Extracting twitter data using apache flume
Enterprise Messaging Foundations
Prometheus on EKS

Apache ds building_from_source

  • 1. -Get ApacheDS last version from svn. svn checkout http://svn.apache.org/repos/asf/directory/apacheds/trunk-with- dependencies -Import it to Eclipse by Project Explorer->Import->Existing Maven Project->Browse...->Show root pom.xml -You will have lots of projects, organize it with Package Explorer and Working Set. -With a good JDK {http://james.apache.org/server/3/dev-build.html} page succeeds. -Only at previous step, in the root directory that pom.xml resides, call $mvn clean compile install --If you are on Unix and it tells you that your maven is old; --- Remove the /usr/bin/mvn {http://www.coderanch.com/t/437185/tools/uninstall-override-previous-Maven- version} --- Install maven3 by; {http://blog.btmatthews.com/2011/08/04/installing-maven-3-on-ubuntu-11-04-lts- server/} --If Maven do not like your JDK download a zipped jar of JDK and use it by: $JAVA_HOME=/mypath/to/extractedJDK/jdk/jdk1.7.0_03 mvn clean install -After build, you can run UberjarMain.java to start the LDAP server. --There is an Eclipse based user interface for Apache DS, Following page is sufficent to have this interface working: {http://directory.apache.org/studio/static/users_guide/ldap_browser/}