JavaTM Adventure Builder Refernce application - Version 1.0.1 > Building the Demo |
Note: The JavaTM Adventure Builder Reference application bundle comes with pre-built binaries. To deploy these binaries and avoid building the application, consult the installation instructions. |
|
To build the application binaries on Unix, open a shell prompt and enter these commands:
cd <adventure.home>/projectTo build the application binaries on Windows, open a shell prompt and enter these commands:
asant [argument]
cd <adventure.home>\projectFor the above command to work, your PATH environment variable must have been set as explained in the installation instructions and the ANT_HOME environment variable, if any, should not point to any other version of ant that migh be on your system. When asant is invoked without any arguments, all the application binaries are built. The binaries are placed in the following folders:
asant [argument]
<adventure.home>/project/apps/consumerwebsite/build/consumerwebsite.ear
<adventure.home>/project/apps/opc/build/opc.ear
<adventure.home>/project/apps/bank/build/bank.ear
<adventure.home>/project/apps/activitysupplier/build/activitysupplier.ear
<adventure.home>/project/apps/airlinesupplier/build/airlinesupplier.ear
<adventure.home>/project/apps/lodgingsupplier/build/lodgingsupplier.ear
The following table lists possible arguments when invoking asant :
Option | Purpose |
---|---|
core | Builds everything. (This is the default build target.) |
cleanall | Cleans out the build output directories. |
deploy | Deploys the application binaries. |
Copyright © 2004 Sun Microsystems, Inc. All Rights Reserved.