Re: [Nant-users] Find and Replace task

2003-12-20 Thread Rodrigo B. de Oliveira
} } ]]> </code> Best wishes, Rodrigo - Original Message - From: "Shiv Natarajan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 20, 2003 5:24 AM Subject: [Nant-users] Find and Replace task > Is there a 'find an

[Nant-users] Find and Replace task

2003-12-20 Thread Shiv Natarajan
Is there a 'find and replace in text file' task in nant. Basically, I want to have pre-defined strings in my web.config file and would like to replace it with actual values as part of 'deploy' target. eg. // web.config key="db.user" value="DBUSER" // release.xml TIA. - shiv _