On May 27, 2005, at 9:38 AM, THUFIR HAWAT wrote:
On 5/25/05, Mark Lundquist <[EMAIL PROTECTED]> wrote:
Hi all,
...
So "org.w3c.tidy.Tidy" has absolutely nothing to do with where
Tidy.jar
lives. It has everything to do with what you see when you do "jar tf
Tidy.jar" (try that command and you'll see what I mean).
ahh, thank you for explaining that :)
you're welcome :-)
the jar is now at: lib/Tidy.jar
there you go...
Anyway, just from glancing over your stuff I'm not sure what your
problem is at this point.
oops, now I do — I see that I told you the wrong thing, sorry! :-/...
<path id="tidy.classpath">
<pathelement path="lib/Tidy.jar" />
</path>
That's wrong, I meant to say this:
<path id="tidy.classpath">
<pathelement location="lib/Tidy.jar" />
</path>
GL,
—ml—
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]