Title: Message
I just added some
code to my nant script using the if property true construct to conditionally
execute some child tasks. I'm being told by nant that propertytrue is
deprecated, and I should be using "test" instead. This is fine with me, except
that I can find no examples of ho
Title: Message
I reconfigured my
Nant build scripts so that instead of one large build script, I have a startup
build script which invokes a second .build file's script. This works fine,
except that I am now receiving two emails from the build instead of just one. I
am calling the first scrip
Why does every programming newsgroup, regardless of the supposed
topic of the group, periodically generate long discussions about curly brace
usage? These discussions are spam. They are never ending. They get people who
care about such things worked up into a lather of self-righteousness. I
I just upgraded my machine from Visual Studio .Net 2002 to
VS.Net 2003. When my nightly nant script ran, it
failed and implied that it needed to be recompiled using the newer framework. I
downloaded the latest nightly build and ran the following command line: nant /k:net-1.1
It gets mos
I downloaded and built the 10/13 nightly build. I have 4 vbc project targets. Projects B, C, and D are all dependent
on project A. When I was using the last stable release version of NAnt, it was smart enough to only compile project A once
when I ran my target which builds all 4 projects. I