Restored signifcance of the MS tools not being available, as this only occurs when running a configuration that would try to use them.
authorSimon Howkins <simonh@symbian.org>
Tue, 08 Dec 2009 14:07:03 +0000
changeset 817 3f844f503f99
parent 816 4fbec78cd97f
child 818 a9bd5a067865
Restored signifcance of the MS tools not being available, as this only occurs when running a configuration that would try to use them.
common/tools/brag/sbsToBrag.pl
--- a/common/tools/brag/sbsToBrag.pl	Tue Dec 08 13:47:39 2009 +0000
+++ b/common/tools/brag/sbsToBrag.pl	Tue Dec 08 14:07:03 2009 +0000
@@ -156,7 +156,6 @@
 			{regexp => qr{No such file or directory$}, severity => "major"},
 			{regexp => qr{Can't find mmp file}, severity => "minor"},
 			{regexp => qr{The make-engine exited with errors}, severity => "critical"},
-			{regexp => qr{tool 'MS_.+?' from config '.*' did not return version '.*' as required\.}, severity => "inconsequential"},
 			{regexp => qr{tool '.+?' from config '.*' did not return version '.*' as required\.}, severity => "critical"},
 			{regexp => qr{Unknown build configuration '.*'}, severity => "critical"},
 			{regexp => qr{No build configurations given}, severity => "critical"},
@@ -164,7 +163,6 @@
 			{regexp => qr{Could not export}, severity => "minor"},
 			{regexp => qr{Could not export}, severity => "minor"},
 			{regexp => qr{Source zip for export does not exist:}, severity => "minor"},
-			{regexp => qr{^(INCLUDE|LIB) is not set in the environment and has no default}, severity => "inconsequential"},
 		);
 
 		foreach (@messageInterpretation)