lunes, 15 de agosto de 2011

Installing apache Ant on Win 7

1 .- First go to this URL http://ant.apache.org/bindownload.cgi and download de current release of ant.
2 .- Extract an copy into program files.
3 .- Go to my computer, rigth click
-> properties
-> System properties advance
-> enviroment variables
-> user varibales
-> new
-> set variable name : ANT_HOME , value : C:/Program files/%AntFolder%.
4.- system variables, find the varible "path" and add (not replace) at the value : ";C:/Program files/%AntFolder%/bin"

Then click Ok button, and go to the command promt an type the next : "ANT -version".

That's All.

No hay comentarios: