Skip to main content

Apache Ant Integration

Apache_Ant.png

Apache Ant is a software tool for automating software build processes. It is implemented using the Java language, requires the Java platform, and is best suited to building Java projects. Ant uses XML to describe the build process and its dependencies and by default the XML file is named build.xml. Ant is open source software, and is released under the Apache License. For more information, please refer to the Apache Ant Documentation - Using Apache Ant.