Ant build options
- init (sets up directories)
- clean (removes directories, including all class files)
- wipedb (removes all database files in data directory)
- compile (compiles all source)
- debug (compiles code with debug options)
- jar (creates executable jar file)
- dist (creates distribution zip file)
- run (executes jar)
- javadoc (generates javadoc for all source)
- junit (runs junit tests)
- coverage (runs Cobertura instrumentation and creates html reports)
To execute Stock Ticker from the command line use ant run or java -jar stockticker.jar