Re: [NAnt-users] Question: Run certain target after another target fails

2008-03-19 Thread Bob Archer
Set the nant.onfailure property in the beginning of your run target: BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JulianH Sent: Wednesday, March 19, 2008 8:55 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Questi

Re: [NAnt-users] Question: Run certain target after another target fails

2008-03-19 Thread Chris Lambrou
Julian, Have a look at the task from NAntContrib - HYPERLINK "http://nantcontrib.sourceforge.net/"http://nantcontrib.sourceforge.net/ You script would end up looking something like this: Nant Script