summaryrefslogtreecommitdiff
path: root/devel/apache-ant/DESCR
blob: 46a6f89cf28ddf9f02e6fcd1b25795a6d07ebcdc (plain)
1
2
3
4
5
6
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.