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
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 large (2MB) and some people are not interested in the build log at all. All they want to

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 build is successful? > I know I can