Is your servlet engine running?
-----Original Message-----
From: Robin Porter [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 21, 2001 12:03 PM
To: [EMAIL PROTECTED]
Subject: Re: Access is denied when trying to copy jar file
There seems to be a problem copying the jar file when trying to:
(at the command prompt)
ant -buildfile filename.xml
(in my filename.xml)
<copyfile src="${outputDir}/filename.jar"
dest="${deployJSPapache}/Web-inf/lib" />
It is telling me that access is denied to this folder. I have checked the permissions
and they are all fine. So why am I still
getting a fail of the build because access is denied to this folder?
Thank you,
Robin