compile.sh
This shell script is used to compile Java class files for Comet Way Agent Kernel,
and build the ak.jar archive.
The compile.sh command should be executed from the bin/ directory:
./compile.sh
This script performs the following operations:
- Removes all class files from the ../classes directory.
- Expands imported JAR files into the ../classes directory.
- Compiles all Java source files under the ../src directory to the ../classes directory.
- Creates the ../ak.jar from the contents of the ../classes directory.
Description: How to use the compile.sh Unix shell script
Updated: Mon May 19 06:26:01 EDT 2008