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

Screenshot

Step 2

Run the distribution target:

./b.sh dist

Screenshot

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

Screenshot

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

Screenshot