- From: olivier Thereaux <ot@w3.org>
- Date: Wed, 7 Jun 2006 07:28:35 +0900
- To: "Suman" <sumank@blr.pin.philips.com>
- Cc: <www-validator-css@w3.org>
On Jun 6, 2006, at 21:50, Suman wrote: > > 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 You don't have the libs I mentioned in your CLASSPATH. Have you downloaded then and copied them to the lib directlry, as I wrote yesterday? if so, you need to make sure that they are properly set for java to find, e.g: export CLASSPATH=/path/to/servlet.jar:/path/to/jigsaw.jar:/path/to/ xercesImpl.jar:/path/to/xml-apis.jar:$CLASSPATH then the ant building should go smoothly. >> * 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/ ). -- olivier
Received on Tuesday, 6 June 2006 22:28:41 UTC