Am developing a synchronization project using sync4j and it required that i install apache ant. I downloaded the folder and i placed it in a different directory as i was told by http://ant.apache.org/manual/install.html#advanced
but i think i dont excatly understand the procedures and i need help.
thanks,
Hoda
Peter Laurinec
Ranch Hand
Joined: Sep 13, 2004
Posts: 52
posted
0
Well donno exactly what are you asking but I installed and on WinXP this way. I downloaded .zip file from the ant web page
Unpacked it anywhere you like (e.g. C:\java\apache-ant), place ANT_HOME enviroment variable pointing to the base ant directory (in this case C:\java\apache-ant) so you will be able to run it from anywhere.
And that's it, youre ready to go just run ant command
Hope it helps
SCJP 1.5 (done, at last)<br /> <br />"If everything seems to be going well you have obviously overlooked something."
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
posted
0
You might also like to add %ANT_HOME%\bin to your PATH environment variable.
If mucking around with environment variables on Windows XP is new territory for you, I'd recommend taking a look at our FAQ on how to set the CLASSPATH - another environment variable.