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
Hi Patrice You can do it with the following set of properties name; the value is the name of the target element being executed. You can also alternatively use DracoNEt (http://draconet.sourceforge.net) to have an continous integration process. (It looks for changes in y

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
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.pnotepad.org/ -Original Message- From: Patrice Calvé [mailto:[EMAIL PROT