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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.
