Re: [NAnt-users] How to force nant to fail

2008-07-11 Thread DBC User
m:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *DBC User > *Sent:* Friday, July 11, 2008 12:46 PM > *To:* nant-users@lists.sourceforge.net > *Subject:* [NAnt-users] How to force nant to fail > > > > I have an exe that I am calling through my nant task. It is a

Re: [NAnt-users] How to force nant to fail

2008-07-11 Thread Bob Archer
@lists.sourceforge.net Subject: [NAnt-users] How to force nant to fail I have an exe that I am calling through my nant task. It is a C# code, In the C# code, when it fails logically, I want the rest of the nant to fail forcing the Continuos integration to fail. Is there a way I can for NANT to fail, instead of

[NAnt-users] How to force nant to fail

2008-07-11 Thread DBC User
I have an exe that I am calling through my nant task. It is a C# code, In the C# code, when it fails logically, I want the rest of the nant to fail forcing the Continuos integration to fail. Is there a way I can for NANT to fail, instead of throwing exception?Thanks., --