Apache Ant Tutorials
ant
apache ant
tutorials
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