Some fixes to avoid rescanning and re-warning when sbs/sbs.bat cannot be found.
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SDKManagerRaptorOnly.java Wed Dec 16 15:24:45 2009 -0600
+++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/sdk/core/model/SDKManagerRaptorOnly.java Wed Dec 16 15:26:14 2009 -0600
@@ -44,7 +44,9 @@
String message = SBSv2Utils.scanSBSv2();
if (message != null) {
reportError(message);
- return false;
+
+ // no good will come from checking over and over...
+ return true;
}
// TODO LINUX: real configuration