RE: [Nant-users] Conditional Actions on build failure

2003-07-22 Thread Medcoff, Charles
I don't think one can set conditions in any task as the script and output below seems to demonstrate. Even though the "setcondition" task sets the "condition" property to false, the "doit" task still executes. That being the case it appears that one cannot really do conditional tasks by dynamical

RE: [Nant-users] Conditional Actions on build failure

2003-07-09 Thread Lorphelin Yves
helps.   Yves       -Oorspronkelijk bericht- Van: Lorphelin Yves Verzonden: wo 9/07/2003 10:18 Aan: [EMAIL PROTECTED]; [EMAIL PROTECTED] CC: Onderwerp: RE: [Nant-users] Conditional Actions on build failure Hi david, I think the problem is the following I dont think you can set properties in t

RE: [Nant-users] Conditional Actions on build failure

2003-07-09 Thread Lorphelin Yves
Title: [Nant-users] Conditional Actions on build failure Hi david, I think the problem is the following I dont think you can set properties in the nunit2 task;             fork="true"/>    try changing to this              

RE: [Nant-users] Conditional Actions on build failure

2003-07-03 Thread Peter Lanoie
Do you want the email when a particular TARGET fails or when a particular TASK fails? Either way, try this... No guarantee that this will definitely work, but if the behavior of the "nant.failure" target is the same as the regular targets this should work.