mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/apache-ant: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1bf727eff8
commit
0135f213de
1 changed files with 7 additions and 6 deletions
|
@ -1,14 +1,15 @@
|
|||
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.
|
||||
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
|
||||
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
|
||||
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.:
|
||||
|
||||
|
|
Loading…
Reference in a new issue