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

Reply via email to