--- Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > The issue is how to build the task reusing at max what > is already in ANT. I thought </pathfileset> will > produce a <fileset dir='dir1'> to pass to a <copy> > task and then add all the files found in the fileset > as excludes of the next <fileset dir='dir2'> and so > on, that way one gets the desired effect.
If that's the approach, I suspect you could actually do it with the tasks currently available. Question: Do you want any A.xml file excluded if it's found in 'dir1', regardless of whether it's in a different subdir of 'dir2' than it was in 'dir1'? Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
