Open main menu

CDOT Wiki β

Changes

User:Minooz/Ant

1 byte removed, 10:03, 14 October 2010
Tutorials
:Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed.
: Installing Ant :
:: Add the bin directory to your path::. Set the ANT_HOME environment variable to the directory where you installed Ant. Assume ant is installed in c:\ant\. The following sets up the environment:
::set ANT_HOME=c:\ant
::set JAVA_HOME=...
::set PATH=%PATH%;%ANT_HOME%\bin
1
edit