[NAnt-users] Bug discovered: The If and Unless tags evaluate after properties are checked for existence

2008-06-03 Thread Schley Andrew Kutz
Ex.

Re: [NAnt-users] Determine If Running in Verbose Mode

2008-06-03 Thread Gert Driesen
Colin, For those occurrences of the task where you've set level to verbose, the messages will only be output in the build file if either the -verbose or -debug options have been set on the command line. Gert -- From: "Gourlay, Colin" <[EMAIL PRO

Re: [NAnt-users] Determine If Running in Verbose Mode

2008-06-03 Thread Gourlay, Colin
Hi Gert Thanks for taking the time to respond. If I do just as you suggested then how do I set the value of this according to how I chose to run NAnt. I have seen a feature request for this at: http://www.mail-archive.com/nant-users@lists.sourceforge.net/msg07468.html but am unsure if it was

Re: [NAnt-users] Determine If Running in Verbose Mode

2008-06-03 Thread Gert Driesen
Colin, Just set the level attribute on the task to "verbose". Gert -- From: "Gourlay, Colin" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2008 11:54 AM To: Subject: [NAnt-users] Determine If Running in Verbose Mode > Is there a way of determining

[NAnt-users] Determine If Running in Verbose Mode

2008-06-03 Thread Gourlay, Colin
Is there a way of determining in the Nant script if the build is running in verbose mode? I placed a lot of echo messages around my build files as a way of debugging when I was putting them all together. They were quite useful so I don't want to remove them but I only now wish to have them dis