Bug in task? Directory portion of a srcfile does not exist

2013-12-13 Thread Earl Hood
Ant version: 1.8.4 When using , if I have a , and the dirname portion of the pathname does not exist, uptodate causes a project build failure. For example, if the pathname is "C:\Whatever\Directory\file.txt" and "C:\Whatever\Directory" does not exists, build failure. There is no problem if the f

Re: Bug in task? Directory portion of a srcfile does not exist

2013-12-13 Thread Earl Hood
On Fri, Dec 13, 2013 at 1:55 PM, I wrote: > When using , if I have a , and the > dirname portion of the pathname does not exist, uptodate causes a > project build failure. ... Nevermind. After digging through Ant source and documentation, I realized one needs to set the erroronmissingdir="false"