You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

This chapter will give you all the steps required to have an installation image of ApacheDS. Building the server If you only want to install ApacheDS using pre-build installers (which can be downloaded from the mirrors) you may skip this chapter and go on with Installation.

Needed tools

All directory projects use Maven as the default build tool. We try to remain current with the production version of Maven. To be specific, we use Maven 2.0.4 on JDK 1.4.2+ for building and running the server. Subversion is used for version control.

Building all projects

To check out the 1.0 maintenance branch of ApacheDS and all co-projects run the following command:

svn co https://svn.apache.org/repos/asf/directory/trunks apacheds-10-trunks

Now, change to apacheds-10-trunks:

cd apacheds-10-trunks

Run the following command to build all of the directory projects:

mvn install

After the command ends running successfully you'll have all the directory projects installed in your local Maven repository.

Building the installers

  • No labels