944d01fdb1
as "jakarta-ant", and is now known as "apache-ant". Changes since 1.4.1 are too many to list here.
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.
|