Re: [Nant-users] Send an email based on the Build Status

2003-02-07 Thread Scott Hernandez
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 12:22 AM Subject: RE: [Nant-users] Send an email based on the Build Status > Hi, > > Excellent stuff, these "success/failure" events... I'm just wondering: > > Is there any way to

RE: [Nant-users] Send an email based on the Build Status

2003-02-07 Thread Lorphelin, Yves
lto:[EMAIL PROTECTED]] > Sent: 07 February 2003 09:22 > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] Send an email based on the Build Status > > > Hi, > > Excellent stuff, these "success/failure" events... I'm just wondering: > > Is there any way to dir

RE: [Nant-users] Send an email based on the Build Status

2003-02-07 Thread Thomas Bang Biilmann
Patrice Calvé [mailto:[EMAIL PROTECTED]] > Sent: 6. februar 2003 18:30 > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] Send an email based on the Build Status > > > WOW ! Super, > > Thanks... Based on your reply, I found these two constants > in

RE: [Nant-users] Send an email based on the Build Status

2003-02-06 Thread Lorphelin, Yves
iginal Message- > From: Patrice Calvé [mailto:[EMAIL PROTECTED]] > Sent: 06 February 2003 18:17 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Send an email based on the Build Status > > > Hi, > Is it possible to send an email based on the result > (succesfull or fa

RE: [Nant-users] Send an email based on the Build Status

2003-02-06 Thread Patrice Calvé
]] Sent: Thursday, February 06, 2003 12:47 To: Patrice Calvé; [EMAIL PROTECTED] Subject: RE: [Nant-users] Send an email based on the Build Status Are you aware of Draco.NET? http://draconet.sf.net -MG > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On

RE: [Nant-users] Send an email based on the Build Status

2003-02-06 Thread Mark Griffiths
Are you aware of Draco.NET? http://draconet.sf.net -MG > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Patrice > Calvé > Sent: 06 February 2003 17:30 > To: [EMAIL PROTECTED] > Subject: RE: [Nant-users] Send an email base

RE: [Nant-users] Send an email based on the Build Status

2003-02-06 Thread Patrice Calvé
] Subject: RE: [Nant-users] Send an email based on the Build Status Hi, You can set the nant.failure property to a task that you would like to execute if the build fails: I think there's also nant.success. Hope this helps, -- Simon Steele Programmers Notepad - http://www.pnotepa

RE: [Nant-users] Send an email based on the Build Status

2003-02-06 Thread Simon Steele
EMAIL PROTECTED]] Sent: 06 February 2003 17:17 To: [EMAIL PROTECTED] Subject: [Nant-users] Send an email based on the Build Status Hi, Is it possible to send an email based on the result (succesfull or failed) of a build? I understand that there's a task, but if there's a build f

[Nant-users] Send an email based on the Build Status

2003-02-06 Thread Patrice Calvé
Title: Send an email based on the Build Status Hi, Is it possible to send an email based on the result (succesfull or failed) of a build? I understand that there's a task, but if there's a build failed, the task would'nt be executed. It would be nice to have a: kind of "syntax". Pat