[Nant-users] Conditional Actions on build failure

2003-07-03 Thread david . dt . taylor
Hi, How do you get NANT to send an EMAIL if an NUnit 2.0 test fails? I can get the email task working but I don't know how to make it conditional on the test failure. Is there a way? Regards, David Taylor Extension: 4496 Email: [EMAIL PROTECTED] Mobile: +44 7966 490138 ---

[Nant-users] using devenv instead of csc

2003-05-29 Thread david . dt . taylor
Hi, We have just started using Nant as part of our automatic build. We started writing Nant scripts to call csc but find this a bit tedious since it duplicates what is already in the project files. I have just discovered how to call devenv.exe to build a project saving us a lot of typing! Is th