Hi everyone, I am trying to use the <get> task with skipExisting=true. Because of my particular situation, I usually have the target file downloaded but sometimes it is owned by root, and so it is not writeable.
The checkAttributes() method of Get.java fails the build if the destination file is not writeable, even when skipExisting is true. I've attached the small patch to fix it. Let me know if I can help get this committed, if there's interest
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org