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. ------- Additional Comments From [EMAIL PROTECTED] 2002-09-27 15:17 ------- IncrementalSAXSource_Xerces was intended to have only reflection-based dependencies upon Xerces, to allow building it in non-Xerces environments. It's possible a hard dependency has crept in; we should try to fix that if so. Could you be more specific about what error message you're seeing during compilation of this class? Note: The XSLT20 branch _DEFINITELY_ has hard dependencies on Xerces, since it leverages XNI when available and I know of no way to implement that without inheriting the XNI interfaces. We may have to deal with that by setting up different build targets. Since that branch is still experimental, we don't have to deal with it right now.