slackbuilds_ponce/development/apache-ant/README
Vincent Batts 42b1e7a4d0 development/apache-ant: Updated for version 1.8.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2011-01-30 09:15:31 -06:00

8 lines
355 B
Text

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.
This package is using upstream's recommendation of ANT_HOME=/usr/share/ant