[Nant-users] Using the task with propertytrue

2004-04-23 Thread Vincent Erickson
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

[Nant-users] MailLogger sending multiple emails

2004-03-01 Thread Vincent Erickson
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

[Nant-users] Please, please stop the madness!

2004-01-20 Thread Vincent Erickson
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

[Nant-users] Getting errors trying to compile using .Net v1.1

2003-10-15 Thread Vincent Erickson
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

[Nant-users] Latest nightly build not smart about project dependencies anymore ?

2003-10-14 Thread Vincent Erickson
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