Re: Problems with JTIDY

Hi,

> > name org/w3c/tidy/TidyMessages, locale es_ES
> >         at org.w3c.tidy.Report.<clinit>(Report.java:137)
> >         at org.w3c.tidy.Tidy.parse(Tidy.java:1111)
> >         at Test16.run(Test16.java:48)
> >         at java.lang.Thread.run(Unknown Source)
> >
> > the r3 seems to be broken, at least at Sourceforge. Any idea?
>
> OK, this seems due to the fact that your locale is set to es_ES, and a
> matching message file can not be found.
>
> As a quick fix, you can try copying
> src/org/w3c/tidy/TidyMessages.properties to
> TidyMessages_es_ES.properties somewhere in your CLASSPATH.
>

Actually, I did something else: I put TidyMessages.properties into the .jar.
It didn't seem to be there in r2, and, once again, I couldn't download r3
properly. That way, I didn't have to figure out where to put it, and, right,
I can't modify it, but I can always do a jar cvfu and update it with a fresh
copy. Now, it runs perfectly.

J

Received on Thursday, 2 November 2000 02:56:46 UTC