slackbuilds/development/apache-ant
Willy Sudiarto Raharjo 19ce422f45 development/apache-ant: Updated for version 1.9.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-07-07 06:44:03 +07:00
..
README development/apache-ant: Update README. 2016-10-27 06:05:14 +07:00
apache-ant.SlackBuild development/apache-ant: Updated for version 1.9.9. 2017-07-07 06:44:03 +07:00
apache-ant.info development/apache-ant: Updated for version 1.9.9. 2017-07-07 06:44:03 +07:00
slack-desc development/apache-ant: Fix slack-desc. 2016-11-14 16:47:23 +07:00

README

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

apache-ant uses `javac` and friends to compile java projects. Using the stock
'gcc-java' package, by exporting JAVA_HOME=/usr/lib{64}/jvm envirnoment
variable. Or from slackbuilds.org, one of jdk, openjdk* works just fine.