The usual symptom of CLASSPATH problems is that Ant will not run with some error about not being able tofind org.apache.tools.ant.launch.Launcher, or, if you have got the quotes/backslashes wrong,some very weird Java startup error. To see if this is the case, run ant -noclasspath or unsetthe CLASSPATH environment variable.