Java ant

From wikinotes

A build system for java projects.

Ant is similar to a makefile. You define targets, and run them.

It is up to you to be mindful of conventions.