Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » feature group!?
feature group!? [message #606504] Wed, 25 August 2010 08:35 Go to next message
Morty is currently offline MortyFriend
Messages: 12
Registered: August 2010
Junior Member
HI.
I have a plugin which works great in eclipse 3.4....
Once i moved to 3.5, it wont even install saying that im missing a requirement.

The requirement is

com.mypackage.feature.feature.group[<version number>]

However, I have the feature "com.mypackage.feature", but have never heard of a feature group.... let along created or configured

I check the release notes for 3.4 to 3.5, but nothing really should affect this, as far as I can see!

Why would eclipse be adding on the 'feature.group' and making sure I had it??

Morty
Re: feature group!? [message #606505 is a reply to message #606504] Wed, 25 August 2010 09:25 Go to previous message
Mickael Istria is currently offline Mickael IstriaFriend
Messages: 865
Registered: July 2009
Location: Grenoble, France
Senior Member

Hi,

The .feature.group suffix is appended to the name of your feature to create the name of the p2 Installation Unit. For a feature "feature", the p2 IU is "feature.feature.group".
I think this error means that your feature was not installed with p2, then trying to install features depending on it with p2 tells you the missing dependency. The solution would be to create a p2-ready update-site for your feature, and re-install it using this new update site.
HTH,

--
Mickael Istria -- BonitaSoft S.A.
http://www.bonitasoft.com/products/downloads.php
Previous Topic:Question about a Feature Dependencies "Compute" function
Next Topic:feature group!?
Goto Forum:
  


Current Time: Thu Apr 25 05:59:36 GMT 2024

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

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

Back to the top