2010-05-12 02:00:21 +08:00
|
|
|
Apache Ant is a Java-based build tool - like make, but without make's
|
|
|
|
wrinkles. :-)
|
|
|
|
|
2011-01-30 14:24:16 +08:00
|
|
|
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
|
2010-05-12 02:00:21 +08:00
|
|
|
object that implements a Task interface.
|
2010-05-13 06:24:13 +08:00
|
|
|
|
2011-01-30 14:24:16 +08:00
|
|
|
This package is using upstream's recommendation of ANT_HOME=/usr/share/ant
|