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 ,

Collection of FileSets

2006-06-15 Thread Dhruva Reddy
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 same fileset's for another task (I want to copy those elements into the app server without building the EAR). Is there any way to aggregate