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
- 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
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
Hello all again,
I am still looking for an answer to the question of how to replace a
string in a text file using NAnt. Is there an existing task that can
help me with this? Or would the accepted way be to write some custom
code in C#?
Thanks!
David
---