Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Aggregator: how to overcome unmet dependencies?
Aggregator: how to overcome unmet dependencies? [message #498906] Thu, 19 November 2009 07:10 Go to next message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
Hello

I want to aggregate some update sites like described in
http://wiki.eclipse.org/Getting_Started_With_Aggregator_%28B uckminster%29
and the first test (EclEmma) went fine. However, when I add Checkstyle,
I get the following error:

Build failed! Exception was org.eclipse.core.runtime.CoreException:
Cannot complete the install because one or more required items could not
be found.
org.eclipse.core.runtime.CoreException: Cannot complete the install
because one or more required items could not be found.
at ...
Contains: Software being installed:
all.contributed.content.feature.group 1.0.0
Contains: Missing requirement: Eclipse Checkstyle Plug-in
5.0.3.200911042225 (net.sf.eclipsecs.feature.group 5.0.3.200911042225)
requires 'org.eclipse.core.runtime 3.2.0' but it could not be found
Contains: Cannot satisfy dependency:
Contains: From: all.contributed.content.feature.group 1.0.0
Contains: To: net.sf.eclipsecs.feature.group [5.0.3.200911042225]

The installation from the same update site into Eclipse 3.5.1 works.

The corresponding section from my build file:

<contributions label="Eclipse Checkstyle">
<repositories location="http://eclipse-cs.sf.net/update/"
categoryPrefix="EclipseCS">
<metadataRepository
href="p2:http://eclipse-cs.sf.net/update#//@metadataRepository"/>
</repositories>
</contributions>


How can I tell Buckminster not to care about org.eclipse.core.runtime?

Thanks

Michael
Re: Aggregator: how to overcome unmet dependencies? [message #498997 is a reply to message #498906] Thu, 19 November 2009 13:11 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Michael,
I think that what you really would like to do, is to provide a validation repository to your aggregation such as the
Galileo repository or the Eclipse platform. The validation repository will satisfy dependencies such as the one you have
problems with but nothing will be copied from a validation repository to the default.

Regards,
Thomas Hallgren


On 11/19/2009 08:10 AM, Michael Pellaton wrote:
> Hello
>
> I want to aggregate some update sites like described in
> http://wiki.eclipse.org/Getting_Started_With_Aggregator_%28B uckminster%29
> and the first test (EclEmma) went fine. However, when I add Checkstyle,
> I get the following error:
>
> Build failed! Exception was org.eclipse.core.runtime.CoreException:
> Cannot complete the install because one or more required items could not
> be found.
> org.eclipse.core.runtime.CoreException: Cannot complete the install
> because one or more required items could not be found.
> at ...
> Contains: Software being installed:
> all.contributed.content.feature.group 1.0.0
> Contains: Missing requirement: Eclipse Checkstyle Plug-in
> 5.0.3.200911042225 (net.sf.eclipsecs.feature.group 5.0.3.200911042225)
> requires 'org.eclipse.core.runtime 3.2.0' but it could not be found
> Contains: Cannot satisfy dependency:
> Contains: From: all.contributed.content.feature.group 1.0.0
> Contains: To: net.sf.eclipsecs.feature.group [5.0.3.200911042225]
>
> The installation from the same update site into Eclipse 3.5.1 works.
>
> The corresponding section from my build file:
>
> <contributions label="Eclipse Checkstyle">
> <repositories location="http://eclipse-cs.sf.net/update/"
> categoryPrefix="EclipseCS">
> <metadataRepository
> href="p2:http://eclipse-cs.sf.net/update#//@metadataRepository"/>
> </repositories>
> </contributions>
>
>
> How can I tell Buckminster not to care about org.eclipse.core.runtime?
>
> Thanks
>
> Michael
Re: Aggregator: how to overcome unmet dependencies? [message #499026 is a reply to message #498997] Thu, 19 November 2009 15:15 Go to previous message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
Thank you for your answer. In the meantime I found exatly the solution
you proposed.

Thanks

Michael
Previous Topic:Building p2 site including features from other p2 sites, using local folder/zip as rmap provider
Next Topic:Problem importing product with headless Buckminster 3.5
Goto Forum:
  


Current Time: Wed Apr 24 17:44:48 GMT 2024

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

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

Back to the top