Apache Ant

Apache Ant is an open source software tool for automating software build process and it uses XML for describing the build process and also its dependencies. Ant is extended using Java classes, and, instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed.

apache-ant.gif
Apache Ant

Tags: open source, software, Apache Ant, Java, XML, open source utils