Re: [NAnt-users] Edit a file in place using replacetokens

2010-04-19 Thread Charles Chan
1.0 release. Regards. Charles --- On Mon, 4/19/10, Beth Hechanova wrote: From: Beth Hechanova Subject: [NAnt-users] Edit a file in place using replacetokens To: "nant-users@lists.sourceforge.net" Received: Monday, April 19, 2010, 6:44 PM Hi,   I have a token, @PARTNUM

Re: [NAnt-users] Edit a file in place using replacetokens

2010-04-19 Thread Bob Archer
rs] Edit a file in place using replacetokens Hi, I have a token, @PARTNUMBER@ defined in a file, and I would like to replace it during the build process. However I'd prefer to edit the file in place rather than copy or move to a different file. I've tried both copy and move with the o

[NAnt-users] Edit a file in place using replacetokens

2010-04-19 Thread Beth Hechanova
Hi, I have a token, @PARTNUMBER@ defined in a file, and I would like to replace it during the build process. However I'd prefer to edit the file in place rather than copy or move to a different file. I've tried both copy and move with the overwrite=true option, but both ignore the self-copy o