Writing a Simple Ant Build file Apache Ant’s buildfiles are written in XML. Each buildfile contains one project and at least one (default) target. Targets contain task elements. Each task element of the buildfile can […]
Latest Posts Under: Ant
Ant
Installing Ant – Ant Setup on windows, Linux, Unix Downloading Ant: The latest version of Ant 1.9.3 was released on 29-December-2013. It is available from the Ant web page http://ant.apache.org/bindownload.cgi Ant 1.8.* works with jdk1.4 […]