Search This Blog

Thursday, 22 March 2012

Installing ANT

1. Download ANT

2. Extract the downloaded zip file.

3. Set ANT_HOME environment variable pointing to your Ant location(like,C:/ant)

4. Now set Path variable pointing to your ANT bin directory(%ANT_HOME%\bin)

5. Test ANT at command prompt :
echo %ANT_HOME% //your current ANT directory
ant -version //version of the ANT

If you don't want to follow these steps, you can simply download and run the windows installer for ANT

No comments:

Post a Comment