|
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
|
- RE: Access is denied when trying to copy jar file Robin Porter
- RE: Access is denied when trying to copy jar file Brett Knights
- RE: Re: Access is denied when trying to copy jar f... Bill . J . Fellows
