Re: Get task doesn't always respect skipExisting - Patch included

2013-04-18 Thread Stefan Bodewig
On 2013-04-17, Zach Garner wrote: > Hi everyone, I am trying to use the 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 t

Get task doesn't always respect skipExisting - Patch included

2013-04-17 Thread Zach Garner
Hi everyone, I am trying to use the 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 wri