# HG changeset patch # User František Kučera # Date 1376649184 -7200 # Node ID a4fce72e8ef439202b2e7a7a5b7804cdbadc5302 # Parent 574b4c2478d1c7acd9dd28c34b8ea58dc6b837b9 data: ant 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