summaryrefslogtreecommitdiffstats
path: root/development/apache-ant/README
blob: 8b0cbb02bd8c063f88d3f4ef86d3a333d6332e2e (plain)
1
2
3
4
5
6
Apache Ant is a Java-based build tool - like make, but without make's
wrinkles.  :-)

Ant is extended using Java classes. The configuration files are XML- based,
calling out a target tree where tasks get executed. Each task is run by an
object that implements a Task interface.