freebsd-ports/devel/apache-ant/pkg-descr
Ernst de Haan d86f48c6b9 Upgrade to 1.5.2. From this version on, this tool is called
'Apache Ant' instead of 'Jakarta Ant'.
2003-03-31 12:09:18 +00:00

12 lines
447 B
Text

Apache Ant, a Java-based build tool, conceptually similar to make.
Ant uses XML build files that defines a set of targets. Each target
has dependencies (other targets) and contains a set of tasks to
perform.
There are tasks for various things, like compiling ("javac"),
copying ("copy"), deleting ("delete"), executing other programs
("java", "exec", "execon", etc.), stylesheet transformations
("style") and so on.
WWW: http://ant.apache.org/