Re: Packaging CSS Validator and Command line

On Jan 9, 2007, at 18:41 , Jean-Guilhem Rouel wrote:
> During my first internship I created a new command line appl. The  
> main class is org.w3c.css.css.CssValidator.
>
> java org.w3c.css.css.CssValidator --help
>
> Calling java -jar css-validator.jar won't use this class but the  
> previous appl and won't probably work. It shouldn't be too hard to  
> adapt the build.xml to use the new class.

I did that, thanks for noticing it. Still facing the same issue with  
NoClassDefFoundError: org/w3c/tools/resources/ProtocolException but  
at least the main class is properly set up.

thank you!
-- 
olivier

Received on Tuesday, 9 January 2007 19:10:35 UTC