Dependency resolution fails with Tycho >= 2.3.0 #361
Unanswered
AhmetBilgin
asked this question in
Q&A
Replies: 1 comment
-
Can you try Tycho 2.3.0 and the original Eclipse P2 URL? If that one works, then it's surely the Nexus mirror. That being said, I had never issues with using Nexus as internal mirror. However, I can't test that anymore, since we switched to Artifactory meanwhile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Scenario
recently I tried to update our targetdefinition to Eclipse 4.21 (2021-09) and therefore added the new url (http://download.eclipse.org/releases/2021-09 via p2 Proxy in nexus) and updated the included feature versions. The targetdefinition worked in the Eclipse-PDE IDE build.
But I had problems with the headless build. I don't know if the problems are tycho related or nexus related. So I'm just going to share my findings:
Reproducibility
I can reproduce this with the tycho rcp demo project when using a nexus p2 proxy for the eclipse-2021-9 release and tycho version >= 2.3.0.
What does not work:
What works:
I also tried Tycho version 2.2.0 as I have read in the release notes that version 2.3.0 has a stricter dependency resolution.
Exception I'm getting when using tycho >= 2.3.0 and the nexus proxy of Eclipse-2021-09:
Click to expand stacktrace!
Any ideas?
Is this a nexus or tycho related issue?
Regards,
Ahmet
Beta Was this translation helpful? Give feedback.
All reactions