jclouds / legacy-jclouds-cli

https://jclouds.apache.org
Apache License 2.0
17 stars 5 forks source link

Allow specifying extra options to the Java cmdline. #38

Closed diwakergupta closed 11 years ago

diwakergupta commented 11 years ago

Among other things, this enables callers to configure HTTP proxy via environment variables.

gaul commented 11 years ago

Awesome, thanks!

gaul commented 11 years ago

This commit only addresses non-interactive mode. Launching interactive mode via jclouds-cli (not jclouds) does not honor EXTRA_JAVA_OPT. Karaf generates jclouds-cli and it is not clear that we can override this.

iocanel commented 11 years ago

We can override it.

We can do it easily with hosting the entire file in the jclouds-cli distro, or by having a maven ant run plugin configuration to do the job for us.