- Download source code jar from SourceForge.
- Expand the source code jar by double-clicking (supported
on some platforms) or executing java -jar vizzini-source.jar
- Install Ant.
- In the directory vizzini/config, execute ant. This command creates the
vizzini.jar file.
- Move to the bin directory using cd ../bin.
- Execute a script, such as tictactoe.command.
- 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.
|