Re: [NAnt-users] Various NAnt Updates

2012-02-23 Thread Ryan Boggs
Hi, On Thu, Feb 23, 2012 at 2:39 PM, Markus Ewald wrote: > On 2/23/2012 9:07 PM, Ryan Boggs wrote: >> Hi, >> >> On Thu, Feb 23, 2012 at 6:53 AM, Bob Archer  wrote: >>> Looks like some good changes. >>> >>> Is the nunit stuff going to be version specific? Or, is it chaining out to >>> whatever ve

Re: [NAnt-users] Various NAnt Updates

2012-02-23 Thread Markus Ewald
On 2/23/2012 9:07 PM, Ryan Boggs wrote: > Hi, > > On Thu, Feb 23, 2012 at 6:53 AM, Bob Archer wrote: >> Looks like some good changes. >> >> Is the nunit stuff going to be version specific? Or, is it chaining out to >> whatever version of nunit you have or point to in your project? > I am hoping t

Re: [NAnt-users] Various NAnt Updates

2012-02-23 Thread Ryan Boggs
Hi, On Thu, Feb 23, 2012 at 6:53 AM, Bob Archer wrote: > Looks like some good changes. > > Is the nunit stuff going to be version specific? Or, is it chaining out to > whatever version of nunit you have or point to in your project? I am hoping that people using a certain version of NUnit for the

Re: [NAnt-users] How to suppress errors?

2012-02-23 Thread Wilson, Brian
Could you put it inside a try-catch and just don't do anything with the error? Brian Wilson Email: brian.wil...@dhr.alabama.gov [cid:image001.png@01CCF208.63C225F0] From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Thursday, February 23, 2012 8:42 AM

Re: [NAnt-users] Various NAnt Updates

2012-02-23 Thread Bob Archer
Looks like some good changes. Is the nunit stuff going to be version specific? Or, is it chaining out to whatever version of nunit you have or point to in your project? You might want to update the readme with the versions that are supported: Windows --- * A version of the M

Re: [NAnt-users] How to suppress errors?

2012-02-23 Thread Chris Fouts
Ok thanks! From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, February 23, 2012 9:46 AM To: Chris Fouts; nant-users@lists.sourceforge.net Subject: RE: How to suppress errors? I think the best/only way you can do this is to create a batch file to do the disconnect and have it always r

Re: [NAnt-users] How to suppress errors?

2012-02-23 Thread Bob Archer
I think the best/only way you can do this is to create a batch file to do the disconnect and have it always return a success return code. I have a similar issues with a command line app that doesn't return 0 for success and there is no way to tell Nant what return code signifies success/failure.

[NAnt-users] How to suppress errors?

2012-02-23 Thread Chris Fouts
One of the things I do in my script is to disconnect a network drive, regardless is it's connected or not, and of course if it's not already connected I get an error. I ignore the error via failonerror=false, but I want to go one step further and suppress the error generated. ***This e-mail m