1
edit
Changes
no edit summary
==Tutorials==
* [http://individual.utoronto.ca/kia/ Eclipse based Tutorial ]
* Notes from [[User:JAnastasiade| Jordan Anastasiade]] tutorialNotes and [http://ant.apache.org/manual/ Apache Manual]
: Ant is a Java-based build tool. Instead of a model where it is extended with shell-based commands, ant is extended using Java classes
:Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed.