From: "Martin Aliger" <[EMAIL PROTECTED]>
[snip]
> > BTW. How to copy the fileset and store it with a different name?
> Good point I thinks it is currently impossible... Any proposals?

If it has an "id" it is definition. If it has a "refid" it uses a def to
work from. Isn't this how it was defined to work before?

So,
<fileset id="base" basedir="basedir"/>
<fileset id="basewithinclude" refid="base" basedir="basedir"
redefinemode="append">
    <includes name="foo*">
</>
<fileset id="files" refid="basewithincludes" redefinemode="append"/>



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to