tags:

views:

58

answers:

0

We are utilizing an ANT script to also copy static images, css, and js files out to our apache web servers. Occasionally we get an access denied error when the copy task is running.

Windows Server 2008, Apache 2.2.

Ant task:

we actually switched to using sync, because it seemed to have more reliable results. I have checked the permissions of the target dir, and the user who runs ant has permissions to copy into this directory.

Any ideas why this would be happening?