Apache Ant Tutorials

  • 16 August 2019
  • ADM

 

 

Apache Ant Tutorials - images/logos/ant.jpg

 

Apache Ant is a software tool for automating software build processes and managing the project dependencies. It is similar to Make from Unix but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects. Ant is using an XML file (build.xml) to describe the build process and the dependencies.

 

Tutorials

 

References