git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194176
13f79535-47bb-0310-9956-
ffa450edef68
REM creates pdf and html documentation
-echo makedoc doesn't work at the moment. please use the html documentation.
-goto end
-
echo Building Fop documentation (pdf,html)
echo ----------------
%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
+echo sorry, production of html documentation is broken at the moment
-%JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/
+rem %JAVA_HOME%\bin\java.exe -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/
goto end
#!/bin/sh
#This file should be executable
-echo makedoc doesn't work at the moment. please use the html documentation.
-exit 1
echo
echo "Converting Fop's xml documentation into a pdf file, creating html docs"
$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.tools.ant.Main $*
-$JAVA_HOME/bin/java -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/
+echo "sorry, production of html documentation is broken at the moment"
+
+#$JAVA_HOME/bin/java -classpath "$LOCALCLASSPATH:$CLASSPATH" org.apache.stylebook.StyleBook "targetDirectory=../html-docs/" fop.xml style/