DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32631>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32631





------- Additional Comments From [EMAIL PROTECTED]  2004-12-10 17:07 -------
That's just not what id/refid DO.  refid is a link to a previously defined
object.  A significant amount of code in Ant serves the purpose of enforcing the
principle that to define any other attribute in conjunction with refid is an
error, not only on filesets but most if not all tasks and types.  The normal way
to do this is by defining the patternsets and selectors that make your fileset
what it is and mix and match these by refid into different filesets.  Another
possible means of defining a fileset for later refinement might involve the
presetdef task.  These are the options open to you today.  If you have no
control over the template filesets the only solution I see is a custom task.  In
the future it might be possible to provide such a task to obtain a cloned
fileset instance (possibly of any Cloneable object).

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to