I have used
ant before quite a few times, and I just got a new machine, so I was setting up my environment variables, and for some reason, ant isn't recognized. I have version 1.6.5, and my variables are as follows:
PATH is: PATH=;%PATH%;%JAVA_HOME%\bin;'%ANT_HOME%\bin
JAVA_HOME: C:\Program Files\Java\jdk1.6.0_07
ANT_HOME: C:\Ant\ant-1.6.5
I did not set my CLASSPATH, the only path in there is the jre1.6.0 Everytime I try to run either 'ant' or 'ant -help' or anything else that has to do with ant for that matter, it gives me that error.
Someone please help me out.
-Heather