tycho: Tycho `tycho-surefire-plugin:3.0.0-SNAPSHOT:test` is unable to resolve dependencies from the same reactor
https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Github/job/PR-206/2/console stated failing today with
[ERROR] Software being installed: org.eclipse.jdt.core.tests.compiler 3.12.1950.qualifier
[ERROR] Missing requirement: org.eclipse.jdt.core.tests.compiler 3.12.1950.qualifier requires 'osgi.bundle; org.eclipse.jdt.annotation [2.0.0,3.0.0)' but it could not be found
When we used tycho version 2.7.3 the build passed the failure point https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Github/job/PR-206/5/console
I think recent changes to tycho might be causing this problem
Notifications: @jarthana
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 36 (18 by maintainers)
Commits related to this issue
- Adding tycho.version workaround for https://github.com/eclipse/tycho/issues/1129 — committed to eclipse-jdt/eclipse.jdt.core by sravanlakkimsetti 2 years ago
- Adding tycho.version workaround for https://github.com/eclipse/tycho/issues/1129 — committed to eclipse-jdt/eclipse.jdt.core by sravanlakkimsetti 2 years ago
- Dependencies need to consider full GAV(C) for deduplication Currently a dependency is considered equal if GAV(C) equals, as we consider only the highest version. In rare cases it is possible to speci... — committed to laeubi/tycho by laeubi 2 years ago
- Dependencies need to consider full GAV(C) for deduplication Currently a dependency is considered equal if GAV(C) equals, as we consider only the highest version. In rare cases it is possible to speci... — committed to eclipse-tycho/tycho by laeubi 2 years ago
- Add integration test for Require-Bundle with same bundle, different versions This case is legal by OSGi (with optional, non singleton...) and used by JDT core. Verifies https://github.com/eclipse/ty... — committed to mickaelistria/tycho by mickaelistria 2 years ago
- Add integration test for Require-Bundle with same bundle, different versions This case is legal by OSGi (with optional, non singleton...) and used by JDT core. Verifies https://github.com/eclipse/ty... — committed to eclipse-tycho/tycho by mickaelistria 2 years ago
https://github.com/eclipse-jdt/eclipse.jdt.core/pull/219