Problem lower bound does not resolve newer dependency #5424
Unanswered
phermsdorf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
This is most likely because the product build is not using the expected target platform or something else is not setup properly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i just tried upgrading an older project and stumbled about the following problem.
I have a dependency declared as
Require-Bundle: org.eclipse.ui;bundle-version="[3.111.0,4.0.0)"a feature of the updated target platform offers
org.eclipse.uiin version3.201.0.v20220124-1108.As expected PDE tools show that as a matching option:

When building with tycho 4.0.13 i see the following error:
I double checked the build is using the same target as the IDE.
Any ideas why this does not work as expected?
Thanks for any hints.
Bye Peter
Beta Was this translation helpful? Give feedback.
All reactions