You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/05 23:30:44 UTC

[jira] [Commented] (JCLOUDS-189) Upgrade to Karaf 2.3.2

    [ https://issues.apache.org/jira/browse/JCLOUDS-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13921531#comment-13921531 ] 

ASF subversion and git services commented on JCLOUDS-189:
---------------------------------------------------------

Commit f212c98888177a47bf6cbf2c10484652d565351c in jclouds-karaf's branch refs/heads/master from [~iocanel]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds-karaf.git;h=f212c98 ]

[JCLOUDS-189] Upgrade to Karaf 2.3.2. Explicitly specify jclouds feautre to add to feature repo. Use Karaf's 2.3.x pax-exam support.


> Upgrade to Karaf 2.3.2
> ----------------------
>
>                 Key: JCLOUDS-189
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-189
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-karaf
>    Affects Versions: 1.7.0, 1.6.1
>            Reporter: Andrew Gaul
>            Assignee: Ioannis Canellos
>            Priority: Minor
>
> Karaf 2.3.2 includes a fix for KARAF-2368 which significantly improves usability of multi-argument commands.  I cannot upgrade due to an missing dependency but I do not understand Karaf well enough to satisfy this.  Ioannis, any suggestions?
> {noformat}
> $ mvn clean install -DskipTests=true
> ...
> [ERROR] Failed to execute goal org.apache.karaf.tooling:features-maven-plugin:2.3.2:add-features-to-repo (add-features-to-repo) on project jclouds-karaf: Can't resolve bundle org.springframework:org.springframework.orm:jar:3.2.3.RELEASE: Could not find artifact org.springframework:org.springframework.orm:jar:3.2.3.RELEASE in sonatype (https://oss.sonatype.org/content/repositories/releases/)
> [ERROR]
> [ERROR] Try downloading the file manually from the project website.
> [ERROR]
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=org.springframework -DartifactId=org.springframework.orm -Dversion=3.2.3.RELEASE -Dpackaging=jar -Dfile=/path/to/file
> [ERROR]
> [ERROR] Alternatively, if you host your own repository you can deploy the file there:
> [ERROR] mvn deploy:deploy-file -DgroupId=org.springframework -DartifactId=org.springframework.orm -Dversion=3.2.3.RELEASE -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR]
> [ERROR]
> [ERROR] org.springframework:org.springframework.orm:jar:3.2.3.RELEASE
> [ERROR]
> [ERROR] from the specified remote repositories:
> [ERROR] apache-snapshots (https://repository.apache.org/content/repositories/snapshots, releases=false, snapshots=true),
> [ERROR] sonatype (https://oss.sonatype.org/content/repositories/releases/, releases=true, snapshots=true),
> [ERROR] maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=true),
> [ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true),
> [ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)