Java ant

From wikinotes
Revision as of 19:09, 6 April 2019 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.