@echo off if "%OS%"=="Windows_NT" @setlocal rem Uncomment the line below and set the ANT_HOME to point to your ANT install rem set ANT_HOME= rem Uncomment the line below and set the JAVA_HOME to point to a JDK 1.5 install rem set JAVA_HOME= set CLASSPATH=%CLASSPATH%;./jsunit/java/lib/junit.jar set PATH=%PATH%;%ANT_HOME% call ant %* if "%OS%"=="Windows_NT" @endlocal :EOF