Build Procedure

  1. Build Procedure

  2. Ant Targets

1  Build Procedure

  1. Download source code jar from SourceForge.
  2. Expand the source code jar by double-clicking (supported on some platforms) or executing java -jar vizzini-source.jar
  3. Install Ant.
  4. In the directory vizzini/config, execute ant. This command creates the vizzini.jar file.
  5. Move to the bin directory using cd ../bin.
  6. Execute a script, such as tictactoe.command.

2  Ant Targets

jar
Creates the vizzini.jar file. This is the default target.
javadoc
Creates javadoc HTML files.
uml
Creates UML class diagrams.
test
Runs the JUnit tests, and creates an HTML report of the results.

Hosted by:

SourceForge.net Logo