Bugs item #513999, was opened at 2002-02-06 14:23
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=113153&aid=513999&group_id=13153
Category: DOM Support
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Gary L Peskin (garypeskin)
Summary: can not compile tidy under java 1.1.6
Initial Comment:
I have tried to deploy tidy with a 1.1.6 version of our app and it won't work.
The error that shows up is a missing interface, and when you track it down
further it seems that tidy can not compile at all under java 1.1.6. The error is in
DOMDocumentImpl, that it does not implement getEncoding().
I assume the intention is that tidy should work in older java runtimes
and that this bug slipped in somewhere along the line. I hope that is the
case and that this report helps. I noticed that a new build is under development.
Thanks for all the great work - our clients really appreciate the ability to
upgrade html to xhtml on the fly. Tidy has fit seemlessly into our xml browser
and editor.
Regards,
Rob Brown
InDelv, Inc.
http://www.indelv.com
----------------------------------------------------------------------
>Comment By: Gary L Peskin (garypeskin)
Date: 2002-02-06 18:03
Message:
Logged In: YES
user_id=91501
Document.getEncoding() is a DOM Level 3 interface and is
not supported by JTidy under any level of the JVM. This
interface is not shipped with JTidy. You must have a .jar
file in your compile CLASSPATH with the DOM Level 3
interfaces that you obtained from somewhere. If you remove
that library, JTidy should compile just fine. If not,
please open a new problem and include the specific error
message that you're getting from your java compiler.
Thanks,
Gary
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=113153&aid=513999&group_id=13153
|