Re: Collection of FileSets

2006-06-16 Thread Dhruva Reddy
OK, that's good to know. If I can't find a way around it I may give that a go. Thanks, Dhruva On 6/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Not all tasks can work with nested paths in prior to Ant 1.7. With 1.7 we are introducing "ResourceCollections" which is a supertype a ,

Re: Collection of FileSets

2006-06-15 Thread Scot P. Floess
Dhruva: Have you considered using path with id...like: ... ... Then just use the refid "MY_PATH"... Dhruva Reddy wrote: Hello, We have a target that builds an EAR using the ear task. Fed into the task is a rather large number of fileset's. What I would like to do is use the sa