Updated Branches:
  refs/heads/1.5.x beee36d24 -> b46fa68eb

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/b46fa68e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/b46fa68e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/b46fa68e

Branch: refs/heads/1.5.x
Commit: b46fa68ebf3fa8d11b524927af985325e6403b3d
Parents: beee36d
Author: Andrew Phillips <[email protected]>
Authored: Tue May 21 17:17:27 2013 -0400
Committer: Andrew Phillips <[email protected]>
Committed: Thu May 23 21:17:31 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/blob/b46fa68e/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 73e99ac..f7cfdf5 100644
--- a/assembly/src/main/filtered-resources/win/bin/jclouds.bat
+++ b/assembly/src/main/filtered-resources/win/bin/jclouds.bat
@@ -118,7 +118,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/b46fa68e/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 a82f5c5..8501a50 100644
--- a/assembly/src/main/filtered-resources/win/bin/shell.bat
+++ b/assembly/src/main/filtered-resources/win/bin/shell.bat
@@ -115,7 +115,7 @@ set 
CLASSPATH=%KARAF_HOME%\system\org\apache\jclouds\cli\runner\${project.versio
 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