Hi,

I'm trying to deploy a servlet using the sample build.xml file bundled with 
the Apache Tomcat distribution. My servlet needs some external JAR files 
and these have to be copied to the WEB-INF/lib directory. I added the 
following entries to my build.xml file ...

<property name="soap.jar"
            value="/u0/adixit/Downloads/soap-2_2/build/lib/soap.jar"/>
<property name="xercesImpl.jar"
            value="/u0/adixit/Downloads/xerces-2_0_0/build/lib/xercesImpl.jar"/>
<property name="xmlParserAPIs.jar"
            value="/u0/adixit/Downloads/xerces-2_0_0/build/lib/xmlParserAPIs.jar"/>

but when I do a deploy with Ant, although all the other files are deployed 
properly, these JAR files are not copied to the lib directory. Anything 
wrong with the above syntax ?

-Abhijit


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to