Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Unresolved dependency after migration from Tycho 12.0 to 14.1

Can you try if 0.15.0-SNAPSHOT works better? If not, please provide
sample standalone project that demonstrates the problem and we'll have a
look.

--
Regards,
Igor

On 12-04-19 8:11 AM, Carsten Hilber wrote:
Hi guys,

weam migrating a manifest first build with a target based platform
resolution from Tycho 12.0 to 14.1. (Same effect can be seen on 13.0).
After migrating the build seems to miss the dependency org.eclipse.ui
although it is found and resolved earlier in the p2 repo. Here’s a
snippet of the debug output. In the full output you can also see that
the previous resolved bundles are having the same behavior that Ben
Abernathy described. For some reason the bundle which is not resolved
correctly is considered as System bundle == 1. Maybe that helps.

…

RESOLVED org.eclipse.ui.workbench_3.5.2.M20100113-0800 :
C:\neo\ext\m2repo\p2\osgi\bundle\org.eclipse.ui.workbench\3.5.2.M20100113-0800\org.eclipse.ui.workbench-3.5.2.M20100113-0800.jar

RESOLVED org.eclipse.ui.forms_3.4.1.v20090714_35x :
C:\neo\ext\m2repo\p2\osgi\bundle\org.eclipse.ui.forms\3.4.1.v20090714_35x\org.eclipse.ui.forms-3.4.1.v20090714_35x.jar

…

NOT RESOLVED net.neobp.neo.nms.sup.windows.view_1.0.0.qualifier :
C:\Users\cahi\git\neo-nms-sup-windows\net.neobp.neo.nms.sup.windows.parent\net.neobp.neo.nms.sup.windows.view

Missing Constraint: Import-Package: org.eclipse.ui; version="0.0.0"

Missing Constraint: Import-Package: org.eclipse.ui.part; version="0.0.0"

[ERROR] Internal error: java.lang.RuntimeException:
org.osgi.framework.BundleException: Bundle
net.neobp.neo.nms.sup.windows.view cannot be resolved

I’ll attach the full debug log, I am happy for any hint…

Thanks

Carsten



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top