Re: CSS-Validator Install

Hi Olivier,
                Thank you for your advice.I did the reinstallation.Actually
i am using Red Hat Linux machine.There is no default ant command.I have
downloaded the ant from apche site.and it was installed properly.After i
executed the ant command(in the /VALIDATOR_DIR directory) it's giving
compiling errors like

1)package org.w3c.www.http does not exist
2)can not reslove symbol.
3)package javax.servlet does not exist

Total 43 compiler erros i got.It is not building any files.

I am using  JDK version j2sdk1.4.1-07.I dont think this is a problem with
ant command.

Can u Plz help me in this.
----------------------------------------------
Suman
Connected Planet Validation
Philips Consumer Electronics

Philips Software Centre Pvt. Ltd.
#1, Murphy Road, Ulsoor, Bangalore-560008,
Tel: +91 80 25579000, Extn :- 3900
Mobile: +91 9945501837
------------------------------------------------------------



----- Original Message ----- 
From: "Olivier Thereaux" <ot@w3.org>
To: "Suman" <sumank@blr.pin.philips.com>
Cc: <www-validator-css@w3.org>
Sent: 2006 Jun 06 4:45 PM
Subject: Re: CSS-Validator Install


> Hi Suman,
>
> On Tue, Jun 06, 2006, Suman wrote:
>
> > I have downloaded CSS-Validator from CVS-Publis server
> > into my Linux machine.Apche Tomacat 5.5.16 server is
> > running machine.And i have installed in validator in my
> > machine.Main Validator page is opening Propery when i open
> > http://localhost:8080/css-validator/validator.html.en page,but Check
> > buttons in Page are not working.
>
> We're in the process of creating a better documentation and an easier
> process to install the CSS validator, which is indeed not terribly easy
> to install at this point.
>
> Here's what you can do:
>
> * download the source as explained in
>
> Supposing you have copied the files for the css validator at
>  [TOMCAT_DIR]/webapps/css-validator/ (which I'll refer to
>  as [VALIDATOR_DIR] from now on):
> (if not, grab the source from http://dev.w3.org/cvsweb/2002/css-validator/
> and copy them there )
>
> * get a few libs,
>
>  - servlet.jar (which you should find in [TOMCAT_DIR]/common/lib/,
>   possibly under the name servlet-api.jar. If  not, get it at
java.sun.com)
>  - jigsaw.jar from e.g http://jigsaw.w3.org/Devel/classes-2.2/20060329/
>  - xercesImpl.jar and xml-apis.jar (which can be downloaded with
>  xerces-j-bin at http://www.apache.org/dist/xml/xerces-j/ ).
>
> and put them in e.g [VALIDATOR_DIR]/WEB-INF/lib and make sure the
> directory is in your CLASSPATH.
>
> * you need to build the css-validator jar using ant
> (go to [TOMCAT_DIR]/webapps/css-validator/ and run "ant")
>
> * move the generated css-validator.jar into [VALIDATOR_DIR]/WEB-INF/lib
>
> restart tomcat. enjoy.
>
> Regards,
> -- 
> olivier

Received on Tuesday, 6 June 2006 12:50:36 UTC