Aggregator: how to overcome unmet dependencies? [message #498906] |
Thu, 19 November 2009 02:10  |
Eclipse User |
|
|
|
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.06932 seconds