RE: [Nant-users] Feature Request: Failed/success property

2005-02-14 Thread Chris Fewtrell
That's EXACTLY what I am after - brilliant. Thanks. -Original Message- From: Troy Laurin [mailto:[EMAIL PROTECTED] Sent: 14 February 2005 14:27 To: Chris Fewtrell Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Feature Request: Failed/success property Chris Few

Re: [Nant-users] Feature Request: Failed/success property

2005-02-14 Thread Troy Laurin
Chris Fewtrell wrote: Hi In build scripts, often I want to carry on executing the script even though the last task has failed (ie. use failonerror="false") but I would like to know that the preceeding step has failed so I can do some different processing to normal. What do you think of the