Re: Packaging CSS Validator and Command line

On Wed, 10 Jan 2007, olivier Thereaux wrote:

> Both these solutions do the job (for me as user), and after a bit of 
> discussion with Jean-Gui on IRC we thought it could be nice to offer a .sh 
> with the command line he wrote above, and a .bat with the equivalent syntax 
> for windows, which would be:
>> java -classpath $CLASSPATH;css-validator.jar org.w3c.css.css.CssValidator
>
> Yet, it's a bit annoying that these solutions still need the user to have 
> downloaded, independently, the jigsaw and servlet jars. One of the things we 
> were thinking, was to create a zip with:
> - the css-validator.jar
> - the other libs in .jar
> - the scripts (.sh and .bat)

The whole jar is not needed, I have a separate "protocol" jar that can be 
bundled with the validator, making the package lighter.

-- 
Baroula que barouleras, au tiéu toujou t'entourneras.

         ~~Yves

Received on Wednesday, 10 January 2007 15:51:10 UTC