You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/09/27 17:01:22 UTC

DO NOT REPLY [Bug 13082] New: - Unable to build the Xalan with Crimson.

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

Unable to build the Xalan with Crimson.

           Summary: Unable to build the Xalan with Crimson.
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: arun.yadav@sun.com


While building the Xalan with crimson and jdk1.4, it throws error which shows 
the compile-time dependency on Xerces. Xalan's build file excludes the 
IncrementalSAXSource_Xerces.java if Xerces is not detected while building but 
because of  following line of code in the DTMManagerDefault:

coParser=org.apache.xml.dtm.ref.IncrementalSAXSource_Xerces.createIncrementalSAX
Source();

it try to complile the IncrementalSAXSource_Xerces.java and throws error.