Re: Bug in gnu/xml/dom/DomDocumentBuilderFactory.java?

2007-02-21 Thread Chris Burdess
Andrew Haley wrote: The problem: gcj+Classpath fails to work with Xerces2, but Sun's Java does work. The means that, on Fedora, Ant doesn't run with the latest Classpath. gnu/xml/dom/DomDocumentBuilderFactory.java.newDocumentBuilder() does this: setParameter(config,

Bug in gnu/xml/dom/DomDocumentBuilderFactory.java?

2007-02-20 Thread Andrew Haley
The problem: gcj+Classpath fails to work with Xerces2, but Sun's Java does work. The means that, on Fedora, Ant doesn't run with the latest Classpath. gnu/xml/dom/DomDocumentBuilderFactory.java.newDocumentBuilder() does this: setParameter(config, expand-entity-references,

Re: Bug in gnu/xml/dom/DomDocumentBuilderFactory.java?

2007-02-20 Thread Andrew Haley
Andrew Haley writes: The problem: gcj+Classpath fails to work with Xerces2, but Sun's Java does work. The means that, on Fedora, Ant doesn't run with the latest Classpath. gnu/xml/dom/DomDocumentBuilderFactory.java.newDocumentBuilder() does this: setParameter(config,