----- Original Message ----- From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Jeroen Zwartepoorte" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 4:43 AM Subject: Re: [Nant-users] using <regex> task on files
> >Ian, what do you think : should we add this task to NAnt ? I'd prefer not to > >make any exception, but ... > > > I thought the functionality overlaps with filterchains. Is that correct > ? Why don't we get filterchains into the codebase and see if thats the case. Well, I "think" that we can implement this as a filter (but I definitely need to be implemented just the same), but I still need to have a closer look at Roger's implementation. I do know that he had to implement a hack in order to have the filter child elements processed in the order in which they are defined in the build file. Right now, we iterate over the properties of an element (in Element.InitializeXml), and initialize them in that order. We need to override this behaviour here, but this will not be a one line change and as you know, I'm very busy right now ... > btw I think having NAntContrib build on mono is definately worthwhile. > There are lots of useful tasks there that aren't win32 specific. I agree. Should we also split up NAntContrib into multiple assemblies like we do for NAnt ? Gert ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
