Developer.com has a great article on customizing Ant to the fullest. Apache Ant is a build tool written in pure Java. It provides a XML make file as against the traditional makefiles which makes it easier for the developer to edit it, and can be extended using Java classes.
