Apache Ant

Apache’s project Ant is open source software, released under the Apache Software License. This software tool is used for automating software build process for java projects. It is written in the Java language and requires Java platform. Ant uses XML to describe build process and its dependencies. By default, the XML file is named build.xml.

Click to know more: 10 minutes guide to ant