java-ant: java-ant 1.9.6 (Java-based build tool)  
java-ant:  
java-ant: The Apache Ant package is a Java-based build tool. In theory, it is 
java-ant: kind of like make, but without make's wrinkles. Ant is different. 
java-ant: Instead of a model that is extended with shell-based commands, Ant 
java-ant: is extended using Java classes. Instead of writing shell commands, 
java-ant: the configuration files are XML-based, calling out a target tree 
java-ant: that executes various tasks. Each task is run by an object that 
java-ant: implements a particular task interface.  
java-ant: 
java-ant: http://ant.apache.org/  

