Re: [NAnt-users] Any way to apply in place?

2007-01-24 Thread Gary Feldman
Mark Modrall wrote: > > Hi… > > I was thinking of using to swap in some build time and > version info at nant time in my AssemblyInfo.cs’es, but according to > the docs, those elements are only applicable to and . I’d > like to simply do the substitutions in place. I can always svn revert > w

Re: [NAnt-users] Any way to apply in place?

2007-01-24 Thread Mark Modrall
I think I figured it out... Here's my test

Re: [NAnt-users] and

2007-01-24 Thread Mark Modrall
Hi Bill... Just figured out the multiline stuff. The C# Regex implementation, like most other regex implementations, equates $ with \n. But literally sucks in all the bytes of the file, and on the Windows fs, lines are delineated with \r\n. If you're looking to use

[NAnt-users] Debug Mode - Newbie Question

2007-01-24 Thread Paul.Bousa
Hi all, I not sure what I'm doing wrong but I'm having a hard time trying to get Nant to run in debug mode. The solution compiles fine with Nant so I don't think its anything with the code. I'm using VS 2003 and Nant 0.85. The solution has 9 projects, one of which is a asp.net project, and

[NAnt-users] Any way to apply in place?

2007-01-24 Thread Mark Modrall
Hi... I was thinking of using to swap in some build time and version info at nant time in my AssemblyInfo.cs'es, but according to the docs, those elements are only applicable to and . I'd like to simply do the substitutions in place. I can always svn revert when the build is don