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

2010-04-19 Thread Charles Chan
Hello Beth, Unfortunately, this is a known issue. See bug 2833055. http://sourceforge.net/tracker/?func=detail&aid=2833055&group_id=31650&atid=402868 This bug has been assigned to me, so it will definitely be fixed. I cannot commit the time frame at this time, but for sure by 1.0 release. Rega

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

2010-04-19 Thread Bob Archer
I seem to recall the same issue. What I ended up doing was a copy, then delete the old file then "move" to the original file name. BOb From: Beth Hechanova [mailto:bhechan...@imsco-us.com] Sent: Monday, April 19, 2010 2:44 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Edit a fi

[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

Re: [NAnt-users] Running a bat file

2010-04-19 Thread Simon H
Just following on from my previous question, does anyone know how to use VB with nant to get input from the user using the tag? An example of printing output to the screen using VB is given at http://na