Ok, somehow etc/org.apache.karaf.features.cfg is getting mvn:org.jclouds.karaf rather than mvn:org.apache.jclouds.karaf. Which turns out to be a file that got missed: assembly/src/main/filtered-resources/etc/org.apache.karaf.features.cfg. I've now fixed that for going forward, and you can fix it in your local setup by editing (jclouds cli root)/etc/org.apache.karaf.features.cfg to use mvn:org.apache.jclouds.karaf instead.
A. On Mon, Jun 17, 2013 at 1:58 PM, Andrew Bayer <[email protected]>wrote: > So I know bugger all about Karaf etc, but I *thought* we'd gotten the > coordinates right - might be that the bits aren't in Maven Central yet, and > so they can't be found? > > A. > > > On Mon, Jun 17, 2013 at 1:53 PM, Andrew Bayer <[email protected]>wrote: > >> Yeah, this definitely seems like a bug - not one I'd want to hold the >> release up for, but real. >> >> A. >> >> >> On Mon, Jun 17, 2013 at 1:30 PM, Sebastien Goasguen <[email protected]>wrote: >> >>> Hi, >>> >>> I was testing out the 1.6.1 incubating artifacts. I built everything and >>> wanted to check some jclouds-cli functionality. >>> When trying to install the jclous-api-cloudstack provider I get: >>> >>> $ ./jclouds-cli >>> _ _ _ >>> (_) | | | | >>> _ ____| | ___ _ _ _ | | ___ >>> | |/ ___) |/ _ \| | | |/ || |/___) >>> | ( (___| | |_| | |_| ( (_| |___ | >>> _| |\____)_|\___/ \____|\____(___/ >>> (__/ >>> >>> jclouds cli (1.6.1-incubating) >>> http://jclouds.org >>> >>> Hit '<tab>' for a list of available commands >>> and '[cmd] --help' for help on a specific command. >>> Hit '<ctrl-d>' to shutdown jclouds cli. >>> >>> jclouds> features:install jclouds-api-cloudstack >>> Error executing command: No feature named 'jclouds-api-cloudstack' with >>> version '0.0.0' available >>> jclouds> features:list >>> No features available. >>> jclouds> features >>> Command not found: features >>> jclouds> features --help >>> Command not found: features >>> >>> iocanel mentioned on IRC that this may be due to a maven coordinate >>> issue. >>> >>> Not filing a bug yet since this may be due to the artifact "structure" >>> >>> thoughts ? >>> >>> -Sebastien >> >> >> >
