Updated Branches: refs/heads/master 863dd1199 -> 51637fae2
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/51637fae Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/tree/51637fae Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-cli/diff/51637fae Branch: refs/heads/master Commit: 51637fae2389c5c92f66877e4d2d08e8d003b0b4 Parents: 863dd11 Author: Andrew Phillips <[email protected]> Authored: Tue May 21 17:20:14 2013 -0400 Committer: Andrew Phillips <[email protected]> Committed: Thu May 23 21:12:47 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/51637fae/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/51637fae/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 2f20064..ebb6881 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
