[ 
https://issues.apache.org/activemq/browse/CAMEL-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51294#action_51294
 ] 

Claus Ibsen commented on CAMEL-1526:
------------------------------------

Gert, now I get this build error

{code}
[INFO] ------------------------------------------------------------------------
[INFO] Building Camel :: Platforms :: Apache Karaf :: Features
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------

...

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.springframework.osgi
ArtifactId: spring-osgi-extender
Version: 1.2.0-m2

Reason: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=org.springframework.osgi 
-DartifactId=spring-osgi-extender -Dversion=1.2.0-m2 -Dpackaging=jar 
-Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=org.springframework.osgi 
-DartifactId=spring-osgi-extender -Dversion=1.2.0-m2 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency: 
        1) org.apache.camel.karaf:features:pom:2.0-SNAPSHOT
        2) org.apache.servicemix.kernel:apache-servicemix-kernel:pom:1.1.0
        3) 
org.apache.servicemix.kernel.gshell:org.apache.servicemix.kernel.gshell.osgi:jar:1.1.0


  org.springframework.osgi:spring-osgi-extender:jar:1.2.0-m2

from the specified remote repositories:
  servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
  apache.snapshots (http://repository.apache.org/snapshots),
  com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external),
  uface.m2 (http://uface.googlecode.com/svn/maven/),
  Nexus (http://localhost:8081/nexus/content/groups/public),
  ops4j (http://repository.ops4j.org/maven2),
  open.iona.m2 (http://repo.open.iona.com/maven2)
{code}

I would assume the Spring OSGI stuff has been released as 1.2.0 final.

> Add a ServiceMix Kernel features descriptor to Camel
> ----------------------------------------------------
>
>                 Key: CAMEL-1526
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1526
>             Project: Apache Camel
>          Issue Type: Improvement
>    Affects Versions: 2.0-M1
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 2.0.0
>
>
> ServiceMix 4 already ships with a features descriptor for Apache Camel, but 
> it would be better if Camel itself could provide the descriptor instead.
> Cfr. 
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td22832099|a22843269

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to