Installation of ant on windows..
1. Download the file2. Extract zip file
3. Update environment settings to include ANT_HOME/bin directory. Open properties of "My Computer"
4. Click on path and add the ANT_HOME/bin directory
5. Paste the path [ Put a ';' before the last entry. Directories are separated with ';'
6. One last thing is to define JAVA_HOME environment value
6. You are all set. Open a command window, and type 'ant'. You should see a warning similar to this.
7. Now you can download the class project.