Re: [Nant-users] Programatically find out the build status.

2005-01-11 Thread Owen Rogers
> You ought to consider setting up a continuous integration server. ** shameless self-promotion ** -- you may want to have a look at CruiseControl.NET. it can take care of all this for you and more. -- CruiseControl.NET - http://ccnet.thoughtworks.com -

Re: [Nant-users] Programatically find out the build status.

2005-01-11 Thread Brad Wilson
You ought to consider setting up a continuous integration server. Along with the ability to e-mail about status, it will give you a repository of historical build information, and the ability to launch a build via a web page. On Tue, 11 Jan 2005 10:53:41 +0200, Adrian Lazea <[EMAIL PROTECTED]> wro

RE: [Nant-users] Programatically find out the build status.

2005-01-11 Thread Felice Vittoria
Cc: NAnt Users Subject: Re: [Nant-users] Programatically find out the build status. Hi Gert, Thanks for the tip. It worked fine. One more question though: Could I prevent the build log from being sent by email when using the MailLogger? The problem is that the resulting build log is quite

Re: [Nant-users] Programatically find out the build status.

2005-01-11 Thread Adrian Lazea
-495 71295, Bucuresti EMail : [EMAIL PROTECTED] Gert Driesen wrote: - Original Message - From: "Adrian Lazea" <[EMAIL PROTECTED]> To: "NAnt Users" Sent: Tuesday, January 11, 2005 9:53 AM Subject: [Nant-users] Programatically find out the build status.

Re: [Nant-users] Programatically find out the build status.

2005-01-11 Thread Gert Driesen
- Original Message - From: "Adrian Lazea" <[EMAIL PROTECTED]> To: "NAnt Users" Sent: Tuesday, January 11, 2005 9:53 AM Subject: [Nant-users] Programatically find out the build status. > Hi all, > > Is there a way to programatically figure out when a

[Nant-users] Programatically find out the build status.

2005-01-11 Thread Adrian Lazea
Hi all, Is there a way to programatically figure out when a build is successful? I know I can take a look in the build log and find out, but I'm thinking maybe there is a return code (an output parameter) for the task that could indicate the build status. I need this information because my nig