slackbuilds/development/apache-ant
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/apache-ant: Fix README. 2020-10-17 09:38:48 +07:00
apache-ant.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
apache-ant.info development/apache-ant: Updated for version 1.9.14. 2019-10-05 05:52:55 +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.  If you
use the stock 'gcc-java' package, then you will need to export the
JAVA_HOME environment variable, and make it point to the Java5 run-time
provided by the GNU Compiler Collection, e.g.:

   export JAVA_HOME=/usr/lib/jvm        (for Slackware, 32-bit)

or:

   export JAVA_HOME=/usr/lib64/jvm      (for Slackware64)

If you need a more recent Java run-time, then any of the jdk or openjdk
packages from slackbuilds.org will work just fine.