Aggregator: how to overcome unmet dependencies? [message #498906] |
Thu, 19 November 2009 07:10 |
|
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 |
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.03949 seconds