Building with Ant

Ant is a build tool for Java developed by the Jakarta Project. It is an extensible command line tool that that makes it fairly trivial to build Java applications. I've mostly been using it to avoid tying myself to an IDE, but still avoid writing Makefiles, which can be needlessly tedious for Java.

Installing and using Ant

For more details on running ant, writing build files, built in tasks, writing your own tasks, see the Ant documentation. If you build new tasks, you may also want to read the API docs.


Drew Sudell
Last modified: Thu Apr 18 12:19:36 EDT 2002
Created with XEmacs Valid HTML 4.01!