You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Andrew Phillips <no...@github.com> on 2013/05/22 16:44:00 UTC

[jclouds-cli] JCLOUDS-79: Fix cli start scripts for Windows (#5)

After adding the change about to made by https://github.com/jclouds/jclouds-cli/pull/3, works locally:
```
C:\...\bin&gt;set OPTS=-Djclouds.provider=aws-s3 -Djclouds.identity=$IDENTITY -Djclouds.credential=$CREDENTIAL

C:\...\bin&gt;jclouds.bat blobstore container-list
shell.bat: Ignoring predefined value for KARAF_HOME
log4j:WARN No appenders could be found for logger (org.jclouds.rest.internal.InvokeSyncToAsyncHttpMethod).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Authorization error: The AWS Access Key Id you provided does not exist in our records.
```
You can merge this Pull Request by running:

  git pull https://github.com/demobox/jclouds-cli fix-windows

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds-cli/pull/5

-- Commit Summary --

  * JCLOUDS-79: Fix cli start scripts for Windows

-- File Changes --

    M assembly/src/main/filtered-resources/win/bin/jclouds.bat (2)
    M assembly/src/main/filtered-resources/win/bin/shell.bat (4)

-- Patch Links --

https://github.com/jclouds/jclouds-cli/pull/5.patch
https://github.com/jclouds/jclouds-cli/pull/5.diff


Re: [jclouds-cli] JCLOUDS-79: Fix cli start scripts for Windows (#5)

Posted by Andrew Phillips <no...@github.com>.
Committed: https://git-wip-us.apache.org/repos/asf?p=incubator-jclouds-cli.git;a=commit;h=51637fae2389c5c92f66877e4d2d08e8d003b0b4

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/5#issuecomment-18365457

Re: [jclouds-cli] JCLOUDS-79: Fix cli start scripts for Windows (#5)

Posted by Andrew Phillips <no...@github.com>.
@iocanel I fear we don't have tests for this. Care to take a look? Any other test command sequence you'd like me to run to verify?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/5#issuecomment-18311293

Re: [jclouds-cli] JCLOUDS-79: Fix cli start scripts for Windows (#5)

Posted by Ioannis Canellos <no...@github.com>.
I usually setup my env vars as described in: https://github.com/jclouds/jclouds-cli/blob/master/README.md

and then just do:

jclouds.bat node list
jclouds.bat image list
jclouds.bat hardware list
jclouds.bat node create sometest
jclouds.bat node list
jclouds.bat node destry <id of the created node>



---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/5#issuecomment-18354642

Re: [jclouds-cli] JCLOUDS-79: Fix cli start scripts for Windows (#5)

Posted by Andrew Phillips <no...@github.com>.
Closed #5.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/5