title: Section II - Instructions to run the Fortress Ant Build navPrev: section-I.html navPrevText: Section I - Instructions to extract and configure Fortress Builder Package navUp: apacheds.html navUpText: Quickstart ApacheDS - Table of contents navNext: section-III.html navNextText: Section III - Instructions to configure ApacheDS and load with seed data

Section II - Instructions to run the Fortress Ant Build

Step 1

From FORTRESS_HOME root folder, edit the b.sh script to point to java home:

export JAVA_HOME=/opt/jdk1.7.0_10 

Step 2

Run the distribution target:

./b.sh dist 

Note: The b.sh batch file referred to here uses Ant package that is local to Fortress quickstart package.

Step 3

Verify it ran correctly according to Ant:

BUILD SUCCESSFUL 

You may now view the project binaries and documentation located under FORTRESS_HOME/dist.