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

[Nant-users] simple text replace in file

2003-12-15 Thread David Resnick
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 ---

[Nant-users] string replacement in text file

2003-12-11 Thread David Resnick
Hi all, I am a new user to Nant, but have some experience with Ant. I am looking for a method of replacing some text in a text file. In Ant I would use copy or move and use a filter to change the contents of the file. Is there any Nant task that can do the replacement? Thanks in advance, David