From 6bc4279a350e1c42187ee5708c8c2b670b3bc5e9 Mon Sep 17 00:00:00 2001 From: Bon-Yong Lee Date: Sun, 26 Aug 2012 11:14:53 +0900 Subject: [PATCH] [Title] Fix bug candidate in static analysis [Type] Enhancement [Module] Sub [Priority] Minor [CQ#] // CQ Issue Number [Redmine#] // Redmine Isuue Number [Problem] // Problem Description [Cause] // Cause Description [Solution] // Solution Description [TestCase] // Executed the test-target (How to) --- org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java diff --git a/org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java b/org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java old mode 100644 new mode 100755 index ee53998..f32fd27 --- a/org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java +++ b/org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java @@ -174,8 +174,10 @@ extends AbstractLauncher if (OSChecker.isWindows()) { String dllPath = InstallPathConfig.getSdbWinUsbApiPath(); if (!HostUtil.exists(dllPath)) + { prompter.notify("There is no " + dllPath + ".\n" + "It's not mandatory but you may have problem in using sdb through USB."); + } } } @SuppressWarnings("static-access") -- 2.7.4