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.

makedoc.bat 865B

12345678910111213141516171819202122232425262728293031
  1. REM creates pdf and html documentation
  2. @echo off
  3. echo Building Fop documentation (pdf,html)
  4. echo ----------------
  5. if "%JAVA_HOME%" == "" goto error
  6. set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;..\..\lib\ant.jar;..\..\lib\w3c.jar;..\..\lib\buildtools.jar;..\..\build\fop.jar;..\..\lib\stylebook.jar
  7. set ANT_HOME=.\lib
  8. %JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
  9. rem %JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/
  10. goto end
  11. :error
  12. echo ERROR: JAVA_HOME not found in your environment.
  13. echo Please, set the JAVA_HOME variable in your environment to match the
  14. echo location of the Java Virtual Machine you want to use.
  15. :end
  16. rem set LOCALCLASSPATH=