i have downloaded the Ant distribution from the Ant web site. apache-ant-1.7.0 and set environment variable specifying the location of the Ant installationas ANT_HOME = C:\portal\apache-ant-1.7.0
PATH=;%ANT_HOME%\bin
But ant is not getting properly installed
Depending on you verson of windows (win2k & win XP), you might need to reboot your computer to make your PATH modifications taken into account.
Better use batch or shell scripts to start your ant files, f.e. =
windows
unix - don't forget the quotationmarks on the ANT_ARGS line !
Some advantages of starting ant like that :
ANT_ARGS is a special environment variable. Its content is automatically added to the invocation of ant.
you may use your own ant settings on a machine where you have no admin rights
Move the ';' to the end. Be sure that java is also correct installed (variable for classpath, etc.)