RE: [Nant-users] simple text replace in file

2003-12-15 Thread David Resnick
Thanks. I guess I'll roll something myself for now. David -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: ב 15 דצמבר 2003 13:30 To: Ian MacLean; David Resnick Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users] simple text replace in file - Original Me

Re: [Nant-users] simple text replace in file

2003-12-15 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "David Resnick" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, December 15, 2003 12:19 PM Subject: Re: [Nant-users] simple text replace in file > The plan has be

Re: [Nant-users] simple text replace in file

2003-12-15 Thread Ian MacLean
The plan has been to implement Ants filterchains concept - however this has yet to be done. A work-around could be to use the script task. Mitch Denny implemented a simple replace task a while ago but it was decided to go with filterchains instead. We could put Mitch's code in NantContrib until