This is an example of Java project with Ant build file.
Run the following command in the project directory:
ant -pto list all available targets,ant buildto build project (jar file),ant runto run sample application,ant docto generate documentation,ant cleanto clean up project folder.