AW: [NAnt-users] Parsing output

2006-05-30 Thread Tuneman
Hello PeteYou can use the function string::replace(), if this does not work for you use the copy or move task with filterchain and replacestring. I use this function and tasks to set a version number on a C++ assembly.

[NAnt-users] Parsing output

2006-05-29 Thread El Gringo
Hello, i am using svn to get my code files. Now i want nant to genereate automaticly a "version" file of this build. So I use the following code: This works fine, but I still want a few parts in "VERSION.TXT" to be replaced. Is ther a way to do some regexp on the output? Thanks Pete Koll