Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Upgrade 0.20 -> 0.21 (or 0.22-SNAPSHOT) fails running surefire-plugin (resolved)

Received in a private email
Am Donnerstag, 13. November 2014, 23.00:31 schrieb Knut Wannheden:
> Hi Niklaus,
> 
> I think if you were to find the .log file in the Eclipse workspace's
> .metadata folder you might find some clues to what the problem is.
Great tip! After changing my requirements from
-              <type>eclipse-plugin</type>
-              <artifactId>org.eclipse.ui.navigator</artifactId>
to 
+              <type>eclipse-feature</type>
+              <artifactId>org.eclipse.platform</artifactId>
reduces my errors to stuff like

<..>
> !ENTRY org.eclipse.osgi 2 0 2014-11-14 08:35:47.748
> !MESSAGE One or more bundles are not resolved because the following root
> constraints are not resolved: !SUBENTRY 1 org.eclipse.osgi 2 0 2014-11-14
> 08:35:47.748
> !MESSAGE Bundle
> initial@reference:file:../../../ch.rgw.utility/target/ch.rgw.utility-3.0.0-
> SNAPSHOT.jar was not resolved. !SUBENTRY 2 ch.rgw.utility 2 0 2014-11-14
> 08:35:47.748
> !MESSAGE Missing required capability Require-Capability: osgi.ee;
> filter="(&(osgi.ee=JavaSE)(version=1.8))". !SUBENTRY 1 org.eclipse.osgi 2 0
> 2014-11-14 08:35:47.748
<..>
which means that at least my tycho problems are resolved and that I must must 
change my target platform.

Best regards

Niklaus


Back to the top