DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4497>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4497 Document build system broken on Unix Summary: Document build system broken on Unix Product: Xerces-C++ Version: Nightly build Platform: Macintosh OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] >From the following email. I've tested on x86 and powerpc linux. From: "Jason E. Stewart" <[EMAIL PROTECTED]> Subject: Error creating HTML documentation To: [EMAIL PROTECTED] Date: 20 Oct 2001 23:52:08 -0600 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
