Previous: Using Verkkoke as Teacher, Up: Top



5 Compiling From Source (Optional)

Verkkoke can be compiled using Apache Ant, the build file is “build.xml”. For details, refer to http://ant.apache.org/.

Change to the server directory and issue any of the following commands:

ant
Compiles Verkkoke.
ant build_the_war
Builds the topology generator WAR (Web ARchive) file.
ant javadoc
Creates the Javadoc documentation. Javadocs are not complete and therefore not very useful
ant clean
Removes the compiled classes.