This is a "Hello World" project for rapid compilation and testing of simple applications for java using ant
Start compile
ant compile
Start unit-tests (compile)
ant test
Start package jar (compile, test)
ant package
or
ant
Run jar (compile, test, package)
ant run
Clear build dir
ant clean