----- Original Message ----- From: "Martin Aliger" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; "Ian MacLean" <[EMAIL PROTECTED]> Cc: "! nant" <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 10:35 AM Subject: Re: [nant-dev] types merging
> > I still think we should use xml merging (of both child nodes and > attributes, > > not only child nodes) for all types and not deal with filsets differently > > ... > > It will be nice, but how to do e.g. ? > > <fileset id="1" basedir="..\test2"> > <includes name="1"/> > <includes name="2"/> > </fileset> > > <fileset id="1" basedir="..\test1" redefinemode="Append"> > <includes name="1"/> > <includes name="2"/> > </fileset> > I agree that this would not work as expected using my proposal, and I'm not sure if and how this should work, let me give it some thought ... > > > I also don't think we should actually initialize the global types when we > > initialize the project, I think we should only merge the xml of the type > > instance with the global type when the type is actually used ... > > Doable. I'll prepare patch for it. Perhaps it would be more efficient to hold off on the patch until more people have provided feedback, and until we've decided it in more detail. I'd hate to see your efforts go to waste ... Gert ------------------------------------------------------- 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
