Hi Mukul, You need to make sure following things... 1. Make sure you Java is installed and set in path (JAVA_HOME should be added in evn var && JAVA_HOME/bin should be added in PATH)
2. Make sure you have Installed Ant as you have done below 3. To use on command prompt, you need to added this in PATH such as (ANT_HOME/bin 4. To use any other place, call following pattern ANT_HOME/bin ant hope this help.. =========================== Rajesh Kumar Configuration, Build and Release Engineer Blog: http://www.scmGalaxy.com Email: raj...@scmgalaxy.com On Mon, Jul 19, 2010 at 9:43 AM, Mukul Gupta <guptamukul...@gmail.com>wrote: > Hi, > > I have downloaded Apache ANT 1.6.5 and installed in my C drive under the > folder C:\apache-ant-1.6.5-bin\apache-ant-1.6.5 (it is full path). > > And, set ANT_HOME as C:\apache-ant-1.6.5-bin\apache-ant-1.6.5 > > and, path as C:\apache-ant-1.6.5-bin\apache-ant-1.6.5\bin > > but still my ANT is not working. Please help me out in making it work. > > Thanks and Regards. > Mukul Gupta > --