c5f9c8ee97
This is the 1.9 branch of apache-ant, which is required for JDK 7.x and older. JDK 8.x and newer use the main apache-ant 1.10 package.
6 lines
240 B
Text
6 lines
240 B
Text
Ant is a Java based build tool. In theory it is kind of like
|
|
"make" without make's wrinkles and with the full portability
|
|
of pure java code.
|
|
|
|
Ant uses XML to specify build actions to be taken, and new
|
|
build actions are implemented in Java.
|