You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For background, we are using perforce, which marks files as readonly until local modification. As such, when using the exploded target for faster incremental builds, when a file is updated, when the war task attempts to copy the updated resource file, it fails with a accessDenied exception. If the read only flag is cleared on the target, or the target file that is in the way is removed, the issue is fixed. I would propose adding a force/override field akin to ant file copy tasks to allow those of us with this specific issue a path around it, while protecting others who may want the read only flag respected