Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Online Bundle Repositories
Online Bundle Repositories [message #385223] Wed, 13 May 2009 13:31 Go to next message
Alex Chatziparaskewas is currently offline Alex ChatziparaskewasFriend
Messages: 52
Registered: July 2009
Member
Hi

I am trying to retrieve various bundles from online repositories.

- The orbit one works nicely.
- I have tried to integrate the spring one
(http://www.springsource.com/repository/app/), but so far failed.
- Maven: It is unclear to me how maven IDs, e.g. org-slf4j-xxx, are mapped
to bundle IDs, e.g. org.slf4j.xxx.

One additional question: How to encode a version as part of the URL. Is
there something like a 'buckminster.version' propertyRef (I tried to find
possible propertyRefs, but so far failed).

Thanks & Regards
Alex

PS: Sorry for the many disturbances lately, but I am trying throughing out
the headless PDE/maven/ant desaster build env completely now ...
Re: Online Bundle Repositories [message #385224 is a reply to message #385223] Wed, 13 May 2009 13:44 Go to previous messageGo to next message
Alex Chatziparaskewas is currently offline Alex ChatziparaskewasFriend
Messages: 52
Registered: July 2009
Member
Hi

The Maven part I have 'solved' myself: The log says something like:
rejecting provider maven2(http://repo1.maven.org/maven2): Components of
type osgi.bundle are not supported. :(

Kind Regards
Alex

> Hi

> I am trying to retrieve various bundles from online repositories.

> - The orbit one works nicely.
> - I have tried to integrate the spring one
> (http://www.springsource.com/repository/app/), but so far failed.
> - Maven: It is unclear to me how maven IDs, e.g. org-slf4j-xxx, are mapped
> to bundle IDs, e.g. org.slf4j.xxx.

> One additional question: How to encode a version as part of the URL. Is
> there something like a 'buckminster.version' propertyRef (I tried to find
> possible propertyRefs, but so far failed).

> Thanks & Regards
> Alex

> PS: Sorry for the many disturbances lately, but I am trying throughing out
> the headless PDE/maven/ant desaster build env completely now ...
Re: Online Bundle Repositories [message #385225 is a reply to message #385224] Wed, 13 May 2009 14:41 Go to previous message
Alex Chatziparaskewas is currently offline Alex ChatziparaskewasFriend
Messages: 52
Registered: July 2009
Member
Hi

Answering my own questions: www.springsource.com, I am now using the
following searchPath:

<searchPath name="com.springsource">
<provider readerType="url" componentTypes="osgi.bundle"
mutable="false" source="false">
<uri
format=" http://www.springsource.com/repository/app/bundle/version/do wnload?name={0}&amp;version={1}&amp;type=binary">
<bc:propertyRef key="buckminster.component" />
<bc:replace pattern=".*([0-9]+\.[0-9]+\.[0-9]+).*"
replacement="$1">
<bc:propertyRef key="buckminster.version.designator" />
</bc:replace>
</uri>
</provider>
</searchPath>



Regards
Alex
Previous Topic:Buckminster build don't support optional features
Next Topic:Online Bundle Repositories - springsource bundle repository
Goto Forum:
  


Current Time: Tue Jan 14 06:48:14 GMT 2025

Powered by FUDForum. Page generated in 0.04771 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top