4 messages in com.canoo.lists.webtestRe: [Webtest] What is /jtidy.properti...| From | Sent On | Attachments |
|---|---|---|
| Marc Guillemot | 22 Jul 2004 08:48 | |
| Dierk Koenig | 23 Jul 2004 00:06 | |
| Paul King | 05 Aug 2004 04:51 | |
| Paul King | 08 Aug 2004 00:41 |
| Subject: | Re: [Webtest] What is /jtidy.properties for?![]() |
|---|---|
| From: | Paul King (pau...@asert.com.au) |
| Date: | 08/05/2004 04:51:23 AM |
| List: | com.canoo.lists.webtest |
I had to modify the following lines in the build.xml file to get ant to put jtidy.properties into webtest.jar:
... <jar jarfile="${to.dir}/webtest.jar"> <fileset dir="${build.classes}" includes="com/canoo/**"/> <fileset dir="./lib" includes="jtidy.properties"/> <manifest> ...
Cheers, Paul.
Dierk Koenig wrote:
Hi,
/jtidy.properties should definitely be on the classpath, maybe best in the webtest.jar. It is actually one of the httpunit patches not to use hardcoded jtidy.setXXX statements but external properties to control jtidy's behaviour. At some times we needed to play around with these settings, e.g. to suppress the annoying "&xxx not escaped" warnings from jtidy.
I guess I forgot to add the file to cvs. Sorry for that.
cheers Mittie
P.S. you will find a list of all possible settings in that file.
-----Original Message----- From: webt...@lists.canoo.com [mailto:webt...@lists.canoo.com]On Behalf Of Marc Guillemot Sent: Donnerstag, 22. Juli 2004 17:49 To: webt...@lists.canoo.com Subject: [Webtest] What is /jtidy.properties for?
Dierk,
I get many:
WARN (JTidyHTMLParser.java:96) - Cannot read /jtidy.properties from classpath, using defaults
what is this jtidy.properties good for? I don't see it anywhere. If it is important, shouldn't it be in the distrib? Else, is warning level not too high?
Marc.
_______________________________________________




