Re: [Nant-users] How to determine if an error has occurred when failonerror="false"

2005-04-06 Thread Ashley Moran
Troy Laurin wrote: Chris, Try the task in recent releases of nant-contrib (it is in RC2). http://nantcontrib.sourceforge.net/release/latest/help/tasks/trycatch.html Note that nant-contrib and nant should be at the same version for maximum compatibility. Regards, I wish I had known about this! My

Re: [Nant-users] How to determine if an error has occurred when failonerror="false"

2005-04-04 Thread Troy Laurin
Chris, Try the task in recent releases of nant-contrib (it is in RC2). http://nantcontrib.sourceforge.net/release/latest/help/tasks/trycatch.html Note that nant-contrib and nant should be at the same version for maximum compatibility. Regards, -- Troy ---