mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
7 lines
278 B
Text
7 lines
278 B
Text
|
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.
|