diff -r 574b4c2478d1 -r a4fce72e8ef4 data/dictionary.xml --- a/data/dictionary.xml Thu Aug 15 21:44:26 2013 +0200 +++ b/data/dictionary.xml Fri Aug 16 12:33:04 2013 +0200 @@ -1293,7 +1293,15 @@ - + + + a tool for automating software build processes; + does similar job like GNU Make, but is written in and for Java; + equivalent for the Makefile is here build.xml which describes particular tasks and their dependencies; + there is lot of tasks distributed with Apache Ant e.g. compilation of Java code, running XSLT transformations, packing JARs and other archives, copying and moving files or calling system commands; + and user can also write own tasks in Java + + computer java