- From: Dominique Hazael-Massieux <dom@w3.org>
- Date: Thu, 13 Mar 2008 14:22:13 +0100
- To: public-mobileok-checker <public-mobileok-checker@w3.org>
Le jeudi 13 mars 2008 à 05:32 -0400, Yves Lafon a écrit : > > It appears that there is now a dependency of the validator on the > > org.apache.velocity package, even when not using the HTML output of the > > validator: > > java.lang.NoClassDefFoundError: org/apache/velocity/io/UnicodeInputStream > > at org.w3c.css.css.StyleSheetParser.parseStyleElement(StyleSheetParser.java:258) > > at org.w3c.mwi.mobileok.basic.CSSUtils.getStylesheet(CSSUtils.java:84) > > > > Can you confirm this is a new and intended dependency? > > Yes, in fact the dependency is on one class from velocity 1.5, used to > read the BOM in a document and set the charset parameter accordingly. > (see http://www.w3.org/Bugs/Public/show_bug.cgi?id=4828 ) > It won't force you to use the whole velocity template engine, just this > class. As a result, I have added velocity-1.5.jar to our lib directory (accompanied with its -LICENSE file), and updated the css-validator.jar with the new release. Dom
Received on Thursday, 13 March 2008 13:23:47 UTC