You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/01/26 13:50:28 UTC

DO NOT REPLY [Bug 6046] New: - Xerces CVS 25-Jan-02 fails Xalan 'build docs'

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=6046>.
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=6046

Xerces CVS 25-Jan-02 fails Xalan 'build docs'

           Summary: Xerces CVS 25-Jan-02 fails Xalan 'build docs'
           Product: Xerces2-J
           Version: 2.0.0 [beta 4]
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Other
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: curcuru@apache.org


xml-xalan CVS has a xercesImpl.jar from the Gump run of 20-Jan-02 currently 
checked in (presumably from sources overnight between 19/20 Jan).  doing 'build 
docs' in xml-xalan/java works fine with this xerces build; however current xml-
xerces CVS fails with an IOException.

cd xml-xerces/java
cvs -D "2002-1-25 14:00" update .
build jar
cd ../../xml-xalan/java
cvs update .
cp ../../xml-xerces/java/build/xercesImpl.jar bin/.
build docs
BUG: build fails with IOException.  Since the *only* change is swapping Xerces 
versions (and since it should still work with Xerces 1.x) it seems some 
behavior changed in Xerces this week broke something...  (Yes, I know, we need 
more details, but I wanted to get this in before Xerces goes 2.0 and Xalan 
tries to go 2.3)
We should cc: donald_leslie@lotus.com on this since he's worked with the Xalan 
version of Stylebook.

Stacktrace for me is: 
prepare.docs:
   [gunzip] Expanding E:\builds\xml-xalan\java\xdocs\xml-site-style.tar.gz to E:
\builds\xml-xalan\java\xdocs\xml-site-style.tar
    [untar] Expanding: E:\builds\xml-xalan\java\xdocs\xml-site-style.tar into E:
\builds\xml-xalan\java\xdocs
   [delete] Deleting: E:\builds\xml-xalan\java\xdocs\xml-site-style.tar
     [echo] Transform commits.xml and put the result in ./xdocs
     [java]
     [echo] Generate Xalan-J 2.x design document
     [java] [StyleBook] Overriding loaderConfig="sbk:/style/loaderdesign.xml" (O
ld="sbk:/style/loader.xml")
     [java] [StyleBook] Overriding targetDirectory="./build/docs/design/" (Old="
.")
     [java] [StyleBook] Project URL: "sbk:/sources/xalandesign.xml"
     [java] [BasicEngine] Initializing
     [java] [Loader] Parsing Project file
     [java] [Xalan2Processor] Applying XSL sheet "sbk:/style/stylesheets/design2
project.xsl"
     [java] [XercesParser] E:\builds\xml-xalan\java\xdocs\sources\design\blocks.
ent (The system cannot find the file specified)
     [java] org.apache.stylebook.CreationException: IOException caught while usi
ng DocumentBuilder to parse an XML document.
     [java]     at java.lang.Throwable.<init>(Throwable.java:96)
     [java]     at java.lang.Exception.<init>(Exception.java:44)
     [java]     at org.apache.stylebook.CreationException.<init>(Unknown Source)

     [java]     at org.apache.stylebook.CreationException.<init>(Unknown Source)

     [java]     at org.apache.stylebook.parsers.XercesParser.parse(Unknown Sourc
e)
     [java]     at org.apache.stylebook.parsers.CachingParser.parse(Unknown Sour
ce)
     [java]     at org.apache.stylebook.parsers.AbstractParser.parse(Unknown Sou
rce)
     [java]     at org.apache.stylebook.producers.ParserProducer.produce(Unknown
 Source)
     [java]     at org.apache.stylebook.Project.processEntry(Unknown Source)
     [java]     at org.apache.stylebook.Project.processNodeList(Unknown Source)
     [java]     at org.apache.stylebook.Project.<init>(Unknown Source)
     [java]     at org.apache.stylebook.Loader.load(Unknown Source)
     [java]     at org.apache.stylebook.StyleBook.getProject(Unknown Source)
     [java]     at org.apache.stylebook.StyleBook.main(Unknown Source)
     [java] [StyleBook] Caught org.apache.stylebook.LoadingException
     [java] org.apache.stylebook.LoadingException: Processing Entry (IOException
 caught while using DocumentBuilder to parse an XML document.)
     [java]     at java.lang.Throwable.<init>(Throwable.java:96)
     [java]     at java.lang.Exception.<init>(Exception.java:44)
     [java]     at org.apache.stylebook.LoadingException.<init>(Unknown Source)
     [java]     at org.apache.stylebook.Project.processEntry(Unknown Source)
     [java]     at org.apache.stylebook.Project.processNodeList(Unknown Source)
     [java]     at org.apache.stylebook.Project.<init>(Unknown Source)
     [java]     at org.apache.stylebook.Loader.load(Unknown Source)
     [java]     at org.apache.stylebook.StyleBook.getProject(Unknown Source)
     [java]     at org.apache.stylebook.StyleBook.main(Unknown Source)
     [java] [StyleBook] Error creating project
     [java] Java Result: 3

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