Updated Branches:
  refs/heads/1.6.x 7717e9878 -> f7ed3259c

JCLOUDS-79: Fix cli start scripts for Windows


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/commit/f7ed3259
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/f7ed3259
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/f7ed3259

Branch: refs/heads/1.6.x
Commit: f7ed3259cde10f4c1eb1e429ef82f0043274be41
Parents: 7717e98
Author: Andrew Phillips <[email protected]>
Authored: Tue May 21 17:19:13 2013 -0400
Committer: Andrew Phillips <[email protected]>
Committed: Thu May 23 21:15:45 2013 +0200

----------------------------------------------------------------------
 .../main/filtered-resources/win/bin/jclouds.bat    |    2 +-
 .../src/main/filtered-resources/win/bin/shell.bat  |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/f7ed3259/assembly/src/main/filtered-resources/win/bin/jclouds.bat
----------------------------------------------------------------------
diff --git a/assembly/src/main/filtered-resources/win/bin/jclouds.bat 
b/assembly/src/main/filtered-resources/win/bin/jclouds.bat
index 3c2fcc8..25b39fb 100644
--- a/assembly/src/main/filtered-resources/win/bin/jclouds.bat
+++ b/assembly/src/main/filtered-resources/win/bin/jclouds.bat
@@ -88,7 +88,7 @@ set CATEGORY=%1
 set ACTION=%2
 
 :EXECUTE
-SHIFT
+SHIFT
 SHIFT
     if "%SHIFT%" == "true" SET ARGS=%2 %3 %4 %5 %6 %7 %8
     if not "%SHIFT%" == "true" SET ARGS=%1 %2 %3 %4 %5 %6 %7 %8

http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/f7ed3259/assembly/src/main/filtered-resources/win/bin/shell.bat
----------------------------------------------------------------------
diff --git a/assembly/src/main/filtered-resources/win/bin/shell.bat 
b/assembly/src/main/filtered-resources/win/bin/shell.bat
index ec68228..8501a50 100644
--- a/assembly/src/main/filtered-resources/win/bin/shell.bat
+++ b/assembly/src/main/filtered-resources/win/bin/shell.bat
@@ -112,8 +112,10 @@ if "%KARAF_DEBUG%" == "" goto :KARAF_DEBUG_END
 :KARAF_DEBUG_END
 
 set 
CLASSPATH=%KARAF_HOME%\system\org\apache\jclouds\cli\runner\${project.version}\runner-${project.version}.jar
+set 
CLASSPATH=%CLASSPATH%;%KARAF_HOME%\system\org\apache\jclouds\jclouds-core\${jclouds.version}\jclouds-core-${jclouds.version}.jar
+set 
CLASSPATH=%CLASSPATH%;%KARAF_HOME%\system\org\apache\jclouds\jclouds-blobstore\${jclouds.version}\jclouds-blobstore-${jclouds.version}.jar
 set 
CLASSPATH=%CLASSPATH%;%KARAF_HOME%\system\org\apache\karaf\shell\org.apache.karaf.shell.console\${karaf.version}\org.apache.karaf.shell.console-${karaf.version}.jar
-set 
CLASSPATH="%CLASSPATH%;%KARAF_HOME%/lib/other/slf4j-api-${slf4j.version}.jar;%KARAF_HOME%/lib/other/slf4j-log4j12-${slf4j.version}.jar;%KARAF_HOME%/lib/other/log4j-${log4j.version}.jar"
+set 
CLASSPATH=%CLASSPATH%;%KARAF_HOME%\lib\other\slf4j-api-${slf4j.version}.jar;%KARAF_HOME%\lib\other\slf4j-log4j12-${slf4j.version}.jar;%KARAF_HOME%\lib\other\log4j-${log4j.version}.jar
 set CLASSPATH=%CLASSPATH%;%KARAF_HOME%\etc\log4j.properties
 
 :EXECUTE

Reply via email to