Table of Contents
Apache Ant - Buildfile (Build.xml)
About
Apache Ant's buildfiles are the ant script and are written in XML.
Each buildfile contains:
one
Apache Ant - Project
and at least one (default)
target
with
task
elements.
Articles Related
Maven - pom.xml - Project Object Model
Ant
Java - Jar (Startable|Runnable|Executable)
Apache Ant - Property
Java - Axis (Web Services / SOAP / WSDL engine)
Apache Ant - Project
Ant - Installation (Windows based)
Apache Ant - Flow (Dependency, Condition)
Apache Ant - Path
Hudson - Ant Build Steps with Junit Test Call
More ...