Hi, This is working fine in the cvs build. NAnt 0.8.3 was branched a while back.
The cvs build supports both nant.onfailure and nant.failure (it will output a deprecation warning for this one). Gert ----- Original Message ----- From: "N. Varacalli" <[EMAIL PROTECTED]> To: "'NAnt Developers'" <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 10:58 PM Subject: [nant-dev] nant.onfailure not working. > I'm running with the 0.83RC2 source/binaries. > > I'm trying to do some error handling in my build scripts. I set the > nant.onfailure property to the name of a target, per the documentation, but > that target never got executed. > > src/NAnt.Core/Project.cs > 77 internal const string NAntPropertyOnSuccess = "nant.onsuccess"; > 78 internal const string NAntPropertyOnFailure = "nant.failure"; > > Shouldn't line 78 be > 78 internal const string NAntPropertyOnFailure = "nant.onfailure"; > > > N. Varacalli > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > nant-developers mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-developers > > ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
