classpathx-xml
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Classpathx-xml] Re: Strange exception when running checkstyle


From: Michael Koch
Subject: Re: [Classpathx-xml] Re: Strange exception when running checkstyle
Date: Tue, 28 Dec 2004 20:29:56 +0100
User-agent: KMail/1.6.2

Am Dienstag, 28. Dezember 2004 20:22 schrieb David Brownell:
> On Tuesday 28 December 2004 9:40 am, Michael Koch wrote:
> > 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.
>
> Even though _no_ parser can ever behave correctly when
> there's only a relative URI for a system ID?

http://members.iinet.net.au/~oburn/dtds/configuration_1_2.dtd

is an absolute URI, not a relative one.


Michael
-- 
Homepage: http://www.worldforge.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]