Re: [NAnt-users] Nant.onfailure

2007-01-09 Thread Foley, Cash
You might look at NAntContrib TryCatch Task http://nantcontrib.sourceforge.net/release/0.85/help/tasks/trycatch.html I find this much more robust than a global property that can only have one value. What if you are deep in a sub-build and need specialized error handling? Before you had t

[NAnt-users] Nant.onfailure

2007-01-09 Thread Bob Archer
Can someone give me a bit more info about nant.onfailure property? For example, when exactly does this target run? Also... a lot of the built in properties show as deprecated. It would be nice, if possible that deprecated items specified in the docs also specified what should be used instead o