build.sh
This shell script is used to compile, javadoc, finalize, and test the Comet Way Agent Kernel project. This is the script Comet Way Engineers used to create
this build.
The build.sh command should be executed from the bin/ directory:
./build.sh
This script performs the following operations:
- Executes the ./compile.sh shell script.
- Executes the ./finalize.sh shell script.
- Executes the ./document.sh shell script.
Description: How to use the build.sh Unix shell script.
Updated: Mon May 19 06:26:06 EDT 2008