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
 

Reply via email to