https://issues.apache.org/bugzilla/show_bug.cgi?id=48621

--- Comment #11 from Matt Benson <mben...@apache.org> 2010-06-09 16:27:24 EDT 
---
http://ant.apache.org/manual/Tasks/augment.html is the manual page.  The way
you could accumulate FileSets using <augment> would be:

- set up a <path> or <union> with an id
- iterate over your basedirs using e.g. antcontrib <for>
- for each basedir, <augment> your id'd path|union from step 1 by adding a
<fileset> whose dir is the currently iterated member

HTH,
Matt

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to