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
I think I figured it out... Here's my test
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
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
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