Re: Strange exception when running checkstyle
Michael Koch <[email protected]>
| Newsgroups | gmane.comp.java.classpath.extensions.xml |
|---|---|
| Message-ID | <[email protected]> |
Am Dienstag, 28. Dezember 2004 09:16 schrieb Mark Wielaard:
> Removing these two warnings made Checkstyle work just fine:
>
> In SAXDriver.java (648)
> if (baseURI == null) {
> warn ("No base URI; hope this SYSTEM id is
> absolute: " + systemId);
> return new URL (systemId).toString ();
>
> In XmlParser.java (2811)
> if (ids [2] == null)
> handler.warn ("No base URI; hope URI is absolute: "
> + ids [1]);
I think its GNU Jaxp's fault is it works with jamvm/classpath/Xalan
and SUN JDK 1.4.2 as is.
Michael
--
Homepage: http://www.worldforge.org/