Re: [NAnt-users] Lazy evaluation of properties - is it possible?

2006-07-07 Thread Gary Feldman
Gage, Joshua SDR 2675 wrote: > > Hi, > > I thought I saw somewhere in the doc or various articles that you > could tell NAnt to do a lazy eval of a property, but I can't find this > in a doc search this morning. > Use the dynamic="true" attribute on the property task. Gary Using Tomcat but nee

Re: [NAnt-users] Releasing software

2006-07-07 Thread Gary Feldman
Bonio Lopez wrote: > Dear software build experts, > Now we have automated release process with nant. I have a general question > about release strategy. > We need to save some files after release (i.e. debug symbols database 'pdb' > files and some other output), which we might need for debug of rep

[NAnt-users] Lazy evaluation of properties - is it possible?

2006-07-07 Thread Gage, Joshua SDR 2675
Title: Lazy evaluation of properties - is it possible? Hi, I thought I saw somewhere in the doc or various articles that you could tell NAnt to do a lazy eval of a property, but I can't find this in a doc search this morning. What I am doing is setting one property to a certain value (e.g.

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-07 Thread Gary Feldman
Shmarya Rubenstein wrote: > Hi all,Y > > I have attached a patch that sets the text "BUILD FAILED" to be red in > the console output. It makes it easier to see that something went wrong... Please don't do this, unless you're willing to go to the trouble of identifying the background color, choosi

[NAnt-users] Releasing software

2006-07-07 Thread Bonio Lopez
Dear software build experts, Now we have automated release process with nant. I have a general question about release strategy. We need to save some files after release (i.e. debug symbols database 'pdb' files and some other output), which we might need for debug of reported issues and we can't gua

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-07 Thread Shmarya Rubenstein
Ok,The only way I can find to do this in .net 1.1 is using an API call to    [DllImport("kernel32")]        static extern bool SetConsoleTextAttribute(IntPtr hConsoleOutput, ConsoleColor wAttributes); I can write that in as a 1.1 specific fix, but its pretty ugly from a platfrom-nonspecific poi

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-07 Thread Shmarya Rubenstein
AhI just noticed that the Console.ForegroundColor property is only available in .NET 2.0I am looking into a fix for 1.1 now...ShmaryaOn 7/7/06, Ramya Niranjan <[EMAIL PROTECTED]> wrote: Hi,   When I added this patch and tried to rebuild the DLL (NAnt.Core.Dll) I got the missing namespace e

Re: [NAnt-users] Change the appearance of the "Build failed" error msgs

2006-07-07 Thread Shmarya Rubenstein
Hi all, I have attached a patch that sets the text "BUILD FAILED" to be red in the console output. It makes it easier to see that something went wrong... Thanks, ShmaryaOn 7/7/06, Gert Driesen <[EMAIL PROTECTED]> wrote: Robert,You should contact the respective team (draco.net, or cc.net).  This i