Re: Outputting file sets that do not exist...

2006-05-12 Thread Matt Benson
Scot: A "fileset that does not exist" is a contradiction in terms. A fileset, by definition, consists of existing files accessible from an existing directory. Nonexistence of the parent directory yields a build error, as you have seen. If no child files can be matched by the fileset's (explici

Re: Outputting file sets that do not exist...

2006-05-12 Thread Scot P. Floess
Uhm and please disregard the comment pertaining to javacc ;) I cut 'n pasted into a new build.xml to hack away on the part I needed :) I just noticed I left the comment in place ;) Scot P. Floess wrote: Help...this is driving me nuts ;) Let's say I want to define a path - but for "whatever"

Outputting file sets that do not exist...

2006-05-12 Thread Scot P. Floess
Help...this is driving me nuts ;) Let's say I want to define a path - but for "whatever" reason parts of the path do not exist as specified in a fileset or dirset. Below is an example (please note - I have no /foo directory on my harddrive):