Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The build script assumes that you have ApacheDS 1.5.4 and Tomcat 6.0.18 installed locally; it uses and (in the case of ApacheDS) copies the necessary your file files from their lib directories to the lib directory of the web application. You will likely want to adjust the installation directories defined in the build.xml file.

Note: Within the build script, Tomcat is only used for compilation. To be more concrete, only the servlet-api.jar is needed. Other options to provide this library at build time are imaginable, especially if you plan to deploy ApacheDS on a Web Application Server other than Tomcat.

After building the project, the classes folder will contain the compiled class files of the two Java classes above, and a properties file to configure the logging framework log4j. The lib folder will contain all jar-Files necessary, these are

...