> However for the first two you need tools.jar in your classpath (set > JAVA_HOME=e:\jdk1.2.2 and then set > classpath=lib/ant;lib/xml;%JAVA_HOME%/lib/tools.jar under windows > before calling > ant).
ant.bat and the ant shell script will include tools.jar automatically if JAVA_HOME is set. You don't need to set it yourself.
