Re: [Nant-users] Find and Replace task
I don't think so. I had a similar problem and had to resort to a custom
script. It's not that difficult though, something along the following
lines would do it:
[Nant-users] Find and Replace task
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 _