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 bu...@apache.org on 2001/10/29 21:34:14 UTC

DO NOT REPLY [Bug 4497] New: - Document build system broken on Unix

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: xerces-c-dev@xml.apache.org
        ReportedBy: jason@openinformatics.com


>From the following email. I've tested on x86 and powerpc linux.

From: "Jason E. Stewart" <ja...@openinformatics.com>
Subject: Error creating HTML documentation
To: xerces-c-dev@xml.apache.org
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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org