The current CVS build of Xerces fails for 4 files: NamedNodeImpl.java DocumentImpl.java NodeIteratorImpl.java NodeImpl.java
A representative error is: Compiling 4 source files to /usr/apache/src/xml/xml-xerces/java/build/classes /usr/apache/src/xml/xml-xerces/java/build/src/org/apache/xerces/dom/NamedNodeMapImpl.java:538: Incompatible type for declaration. Explicit cast needed to convert org.apache.xerces.dom.events.MutationEventImpl to org.w3c.dom.events.MutationEvent. MutationEvent me= ^ The apparent reason is confusion between the org.w3c.dom.events and org.apache.xerces.dom.events. Am I the only one seeing this? Sean