Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] osgi dependency error diagnosis assistance requested

You most likely need to add relevant swtbot repository to your pom.xml.


http://www.eclipse.org/swtbot/downloads.php

--
Regards,
Igor


On 11-05-15 11:59 AM, Benson Margulies wrote:
I don't know how to begin to track down the following, since i have no
swt dependencies listed in my manifests at all.

Interested parties can find this code in
https://github.com/bimargulies/m2e-code-quality, in the m2e-0.13
branch.

[INFO] Cannot complete the request.  Generating details.
[INFO] {org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,
osgi.ws=cocoa, osgi.arch=x86_64, osgi.os=macosx,
org.eclipse.update.install.features=true,
org.osgi.framework.system.packages=}
[INFO] [You requested to install
'org.eclipse.swtbot.eclipse.feature.group
[2.0.3.20110219_0655-4d933cf-dev-e35]' but it could not be found]
[ERROR] Internal error: java.lang.RuntimeException:
org.eclipse.equinox.p2.core.ProvisionException: No solution found
because the problem is unsatisfiable. ->  [Help 1]
org.apache.maven.InternalErrorException: Internal error:
java.lang.RuntimeException:
org.eclipse.equinox.p2.core.ProvisionException: No solution found
because the problem is unsatisfiable.
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top