Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ANT learning

Status
Not open for further replies.

WebGoat

MIS
Jul 16, 2005
85
US
Down load the latest version of ant from All you need to set are ANT_HOME and JAVA_HOME, then add %ANT_HOME%/bin ${ANT_HOME}/bin into your path. Yes, use foward slash even in windows. Only place you cannot use foward slash is inside dos console window itself. This limitation is even lifted by Microsoft in win XP.

so, i would set enviornment variable>System variable ANT_HOME and JAVA_HOME.

after that i would go to user variable to set the path.

the path is "%ANT_HOME%/bin ${ANT_HOME}/bin" ..irk! is not it looks peculiar ? this path has got two '/bin' inside it and a '$' in it . whats going on in this path variable ? its strange syntax.
 
My guess is that the %ANT_HOME%/bin refers to a Windoze installation, and the $(ANT_HOME}/bin to a UNIX ( and LINUX??) installation.

Tim
---------------------------
"Your morbid fear of losing,
destroys the lives you're using." - Ozzy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top