SlackBuildsOrg/development/apache-ant
Robby Workman 1b79f7bd23 development/apache-ant: Updated for version 1.8.1.
I needed this to build commons-daemon, but the 1.8.0 sources are
    no longer available on the mirrors, so I bumped it to 1.8.1.
    Batts should be okay with it  ;-)
2010-05-16 22:24:28 -05:00
..
apache-ant.info development/apache-ant: Updated for version 1.8.1. 2010-05-16 22:24:28 -05:00
apache-ant.SlackBuild development/apache-ant: Updated for version 1.8.1. 2010-05-16 22:24:28 -05:00
README development/apache-ant: Updated for version 1.8.0 2010-05-13 00:24:13 +02:00
slack-desc

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, and others available from Slackbuilds.org, are using the 
upstream recommendation of $ANT_HOME being /usr/share/ant.