You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Jason E. Stewart" <ja...@openinformatics.com> on 2001/10/21 07:52:08 UTC

Error creating HTML documentation

Hey,

I'm trying to rebuild the API docs, but it's failing. I've never been
able to build them because of a java exception. Perhaps someone on
this list can explain this complete lack of an error message to me,
and perhaps even help me build the docs?

$ ./createdocs.sh
[StyleBook] Overriding targetDirectory="doc/html" (Old=".")
[StyleBook] Project URL: "sbk:/sources/xerces-c_book.xml"
[BasicEngine] Initializing
[Loader] Parsing Project file
[XalanProcessor] Applying XSL sheet "sbk:/style/stylesheets/book2project.xsl"
[Loader] Caught java.util.zip.ZipException
[StyleBook] Caught org.apache.stylebook.LoadingException
org.apache.stylebook.LoadingException: No such file or directory
	at org.apache.stylebook.Loader.load(Loader.java:61)
	at org.apache.stylebook.StyleBook.getProject(StyleBook.java:122)
	at org.apache.stylebook.StyleBook.main(StyleBook.java:85)
[StyleBook] Error creating project

Where createdocs.sh is:

#!/bin/sh JAVA_HOME=/usr/local/j2sdk1.3 JAVA=$JAVA_HOME/bin/java
JAR_DIR=tools/jars
CLASSPATH=$JAR_DIR/stylebook-1.0-b2.jar:$JAR_DIR/xalan.jar:$JAR_DIR/xerces.jar
$JAVA -classpath $CLASSPATH org.apache.stylebook.StyleBook targetDirectory=doc/html doc/xerces-c_book.xml $JAR_DIR/style-apachexml.jar

I can't figure out which zip file its having trouble with let alone,
why it's having trouble.

Thanks,
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org