# HG changeset patch # User MattD # Date 1254921123 -3600 # Node ID 637df8247b788d861706d020aa1260a1f846e9eb # Parent 136a11aee8bdafa640187e77d8c50750fbb0dbec sf-check-env - Fixed typo causing build to always halt if 'sf.suppress.buildenv.check' isn't set. diff -r 136a11aee8bd -r 637df8247b78 common/build.xml --- a/common/build.xml Wed Oct 07 10:36:41 2009 +0100 +++ b/common/build.xml Wed Oct 07 14:12:03 2009 +0100 @@ -130,12 +130,12 @@ - + -Build Environment Check failed. To stop this failure aborting the build set property sf.suppress.buildenv.check to any value. +Build Environment Check failed (${sf.checkenv.exit}). To stop this failure aborting the build set property sf.suppress.buildenv.check to any value.