Installing Ant on Windows
	
	
	
		- 
				Enter the URL: http://ant.apache.org/bindownload.cgi.
				
			
- 
				On the Apache Ant Project page, find the heading 
          Current Release of Ant.
				
			
- 
				Select apache-ant-1.7.1-bin.zip [PGP] [SHA1] 
          [MD5]
				
			
- 
				Click Save to unzip the 
          apache-ant-1.7.1-bin.zip [PGP] [SHA1] [MD5] file and save it to your 
          C:\ directory as ant.
			
- 
				Add the bin directory to your 
          PATH	environment variable.
			
- 
				Add the ANT_HOME environment variable set to C:\ant.
			
- 
				Add the ANT_OPTS environment variable set to -Xmx256M.