You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

runtests.bat 612B

1234567891011121314151617181920212223242526
  1. @echo off
  2. echo Fop Test
  3. echo ----------------
  4. if "%JAVA_HOME%" == "" goto error
  5. set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;..\..\lib\ant.jar;..\..\lib\xml.jar;..\..\lib
  6. set ANT_HOME=.\lib
  7. echo Starting Tests ...
  8. %JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
  9. goto end
  10. :error
  11. echo ERROR: JAVA_HOME not found in your environment.
  12. echo Please, set the JAVA_HOME variable in your environment to match the
  13. echo location of the Java Virtual Machine you want to use.
  14. :end
  15. rem set LOCALCLASSPATH=