> BTW. Can you have this? (both reference a named fileset and re-define it ?) > > <fileset id="aaa" refid="aaa"> > <includes name="*.*" /> > </fileset> > > Jarek
Not in current implementation. I dont like it much - using both id and refid is little opaque... Better to introduce what you suggest in previous mail: <fileset id="aaa"> <includes refid="aaa" /> <includes name="*.*" /> </fileset> This does merge simmilary to redefinemode so it is sufficient to merge two filesets. I think this is sufficient in 99.9% scenarios so if we don't find merge be useful we could always implement this [I have it in some state already] Should such implementation include even excludes from referenced fileset? Martin ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
