Re: [NAnt-users] a search and replace question

2007-10-16 Thread Gert Driesen
John, You can use NAnt's filterchain for this purpose. For an example, see Example III: http://nant.sourceforge.net/release/latest/help/tasks/copy.html You probably would better use the filter instead of . For example: Your input file would have t

Re: [NAnt-users] a search and replace question

2007-10-16 Thread John Stotler
t: Tuesday, October 16, 2007 12:47 PM To: John Stotler; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] a search and replace question Well, you could have Nant read the file with the tokens/properties and generate a build file with a target and then you can call the target in the generated t