This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Development > apache-ant (1.9.14)

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.

Maintained by: Luc Van Rompaey
Keywords: Apache,Ant,Java,make,build,java,ant,apache,tasks,build.xml,jdk,ivy
ChangeLog: apache-ant

Homepage:
http://ant.apache.org/

Source Downloads:
apache-ant-1.9.14-bin.tar.bz2 (04ea0b503e1fd3a4e375009d021e98da)

Download SlackBuild:
apache-ant.tar.gz
apache-ant.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
apache-ant.SlackBuild
apache-ant.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds