diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2016-10-26 21:58:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-27 06:05:14 +0700 |
commit | 9a7f8c1eb87e95290966c7b28db15f0037c05aa7 (patch) | |
tree | fd29b03c723589f81fb421d4ad3203d56855c1fc /development/apache-ant/README | |
parent | e67f28cde424c84098145dc47880f31a735aa666 (diff) |
development/apache-ant: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/apache-ant/README')
-rw-r--r-- | development/apache-ant/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/development/apache-ant/README b/development/apache-ant/README index 702cbd440afd..5203b0d6bdb7 100644 --- a/development/apache-ant/README +++ b/development/apache-ant/README @@ -1,8 +1,12 @@ Apache Ant is a Java-based build tool - like make, but without make's -wrinkles. :-) +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 +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. |