Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Getting this error at the end of materialisation
Getting this error at the end of materialisation [message #375609] Wed, 27 February 2008 12:05 Go to next message
Adrian Skehill is currently offline Adrian SkehillFriend
Messages: 36
Registered: July 2009
Member
Trying to materialise a feature "com.iona.bus.eclipse.artix" which has a
dependency on another feature. It's a good way through the whole process, but
then I end up with the following error [1].

All I have created is a cquery & rmap file, there's no cspecs anywhere.

Does anybody have any pointers as to what I need to create to let the resolve
complete? There are some references to feature.exports in the buckminster docs
but I'm not fully sure what I need to do.


Cheers,
Adrian

[1]:

[0][0002] : Rejecting provider
eclipse.import(file:///shared/svn/uitools2/sdk/eclipse): No component match
was found
[0][0002] : Rejecting provider
svn( http://svn.boston.amer.iona.com/repos/uitools/trunk/features /{0}):
Components of type osgi.bundle are not supported
[0][0002] : Resolution attempt ended with exception: CSpec
com.iona.bus.eclipse.artix:osgi.bundle$5.1.0#OSGi has no action, group, or
local artifact named feature.exports
Caused by: [0][0]CSpec com.iona.bus.eclipse.artix:osgi.bundle$5.1.0#OSGi has
no action, group, or local artifact named feature.exports
[0][0055] : Rejecting provider
maven2( http://maven-repo.boston.amer.iona.com/maven-proxy-release/r epository/):
No component match was found
Re: Getting this error at the end of materialisation [message #375610 is a reply to message #375609] Wed, 27 February 2008 13:44 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
It seems the process is looking for a bundle, not a feature. I.e.

com.iona.bus.eclipse.artix:osgi.bundle

instead of:

com.iona.bus.eclipse.artix:eclipse.feature

which leads to two questions:

1. Do you have both a bundle and a feature called com.iona.bus.eclipse.artix?
2. Is this the top component of the cquery and if so, do you use a component type in the cquery
(i..e 'eclipse.feature')?

Regards,
Thomas Hallgren


Adrian Skehill wrote:
> Trying to materialise a feature "com.iona.bus.eclipse.artix" which has a
> dependency on another feature. It's a good way through the whole
> process, but then I end up with the following error [1].
>
> All I have created is a cquery & rmap file, there's no cspecs anywhere.
>
> Does anybody have any pointers as to what I need to create to let the
> resolve complete? There are some references to feature.exports in the
> buckminster docs but I'm not fully sure what I need to do.
>
>
> Cheers,
> Adrian
>
> [1]:
>
> [0][0002] : Rejecting provider
> eclipse.import(file:///shared/svn/uitools2/sdk/eclipse): No component
> match was found
> [0][0002] : Rejecting provider
> svn( http://svn.boston.amer.iona.com/repos/uitools/trunk/features /{0}):
> Components of type osgi.bundle are not supported
> [0][0002] : Resolution attempt ended with exception: CSpec
> com.iona.bus.eclipse.artix:osgi.bundle$5.1.0#OSGi has no action, group,
> or local artifact named feature.exports
> Caused by: [0][0]CSpec com.iona.bus.eclipse.artix:osgi.bundle$5.1.0#OSGi
> has no action, group, or local artifact named feature.exports
> [0][0055] : Rejecting provider
> maven2( http://maven-repo.boston.amer.iona.com/maven-proxy-release/r epository/):
> No component match was found
Re: Getting this error at the end of materialisation [message #375611 is a reply to message #375610] Wed, 27 February 2008 14:54 Go to previous message
Adrian Skehill is currently offline Adrian SkehillFriend
Messages: 36
Registered: July 2009
Member
Thomas Hallgren wrote:
> It seems the process is looking for a bundle, not a feature. I.e.
>
> com.iona.bus.eclipse.artix:osgi.bundle
>
> instead of:
>
> com.iona.bus.eclipse.artix:eclipse.feature
>
> which leads to two questions:
>
> 1. Do you have both a bundle and a feature called
> com.iona.bus.eclipse.artix?
> 2. Is this the top component of the cquery and if so, do you use a
> component type in the cquery (i..e 'eclipse.feature')?


Hi Thomas,

yip I have both a plugin and feature called com.iona.bus.eclipse.artix. I've
renamed the feature version to have a .feature at in its name. I didn't have
the componentType defined in the cquery, but I've just added it in with my
renamed feature (com.iona.bus.eclipse.artix.feature). But it's still coming
back with same error.

A.
Previous Topic:Materializing an OSGi plugin hosted in a Maven Repository
Next Topic:RA layer request failed - Hello XML World Example
Goto Forum:
  


Current Time: Tue Apr 23 05:31:05 GMT 2024

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

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

Back to the top