Hi gang!

could someone please take the time to update the current HEAD/MAIN branch to have the correct method signature for the

    public InputSource resolveEntity (String publicId, String systemId)
        throws IOException, SAXException

method in DefaultHandler? That involves removing the IOException from the method signature. This problem has been fixed in several branches but persists on the head branch.

I ask primarily because this problem is causing some things that are built by gump [1] to fail [2], which makes many people unhappy :-$


thanks in advance,


- Leo Simons

PS: IIUC, you might want to consider upgrading the "tck compliant" branch to be the head, and make the old non-compliant head into a branch...

[1] - http://jakarta.apache.org/gump/. A continuous integration tool which always builds "the latest and greatest" of everything

[2] - http://gump.covalent.net/log/checkstyle.html. A build which fails due to the above bug (which triggers other failures, which triggers even more failures, ...)




Reply via email to