Apache Ant (formerly Jakarta Ant) is a declarative, XML-based build tool for Java projects. It provides a rich set of standard tasks for performing most common build operations, such as compilation with javac, building archives and running tests. Ant's functionality can be extended through custom ...
2
votes
1answer
198 views
ant file for TeX compilation
Here is an ant script for generating TeX code and documentation for one LaTeX class and one LaTeX package. It is my first larger ant script: I welcome suggestions for improvements.
...
1
vote
2answers
335 views
Ant database and configuration manager
Inspired by another thread on here I was wondering if I could have an expert eye passed over this script?
If I run the script with App1, App2 or App3 individually it takes about 3 mins per run. ...