@web.header@ @web.mainmenu@
This page describes all of the Ant build targets for this project that are defined in the build.xml file. This build.xml file was written for Apache Ant version 1.6 or better.
Target | Description |
init | This target is responsible for creating the directory structure needed to store the generated files. |
complile | This target is responsible for compiling all of the Java source. |
source.zip | This target is responsible for archiving all of the source materials into a ZIP file. |
applet.jar | This target is responsible for creating the JAR file that stores the applet version of the application. |
export | This target is responsible for executing all of the export tasks in order to build a complete product and website that can be copied directly to a webserver for use. |
export.run | This target executes the export task and then procedes to run the stand-alone Java Web Start version. |
export.pages | This target is responsible for parsing and generating the pages for the product website. It is NOT responsible for generating the Javadocs. |
export.libs | This target is responsible for copying all of the library JAR files that are needed to run the applet. |
export.doc | This target is responsible for copying all of the Javadocs to the export folder. |
export.repository | This target is responsible for creating an empty repository structure in the export folder. |
clean | This target is responsible for cleaning up all of the generated and expoerted files. |
application.jar | This target is responsible for creating the JAR file that contains the stand-alone/Java Web Start version. |
run | This target is responsible for executing the stand-alone/Java Web Start version. |
javadoc | This target is responsible for generating all of the Javadocs from the source code. |
Build Instructions
Click here to learn about building your own copy of @product.name@.