Build Process
Build Process
The build script will use the Ant tool. This can be downloaded from
http://ant.apache.org. Some of the tasks that it will
need to accomplish are:
- Compile source code
- Compile javadoc
- Build full distribution
The current version has the following commands:
- ant build
- ant
- ant javadoc
ant build
This causes the code to be compiled, and any errors reported.
ant
This is the same as ant build, with the extra step of the Moyoman.jar
file being created at the end.
ant javadoc
The javadoc files are created in the doc/javadoc directory.