Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests failing to run on Mac #3113

Merged
merged 1 commit into from Mar 27, 2024
Merged

Conversation

fbricon
Copy link
Contributor

@fbricon fbricon commented Mar 26, 2024

Fixes this error:

[INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.jdt.ls.tests ---
[INFO] {osgi.os=macosx, [osgi.ws](http://osgi.ws/)=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true}
[ERROR] Cannot resolve project dependencies:
[ERROR]   You requested to install ‘org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0’ but it could not be found
[ERROR]
[ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.

@fbricon fbricon added this to the End March 2024 milestone Mar 26, 2024
Signed-off-by: Fred Bricon <fbricon@gmail.com>
Copy link
Contributor

@rgrunber rgrunber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. It's a stale reference from after #2963 which removed the JDT feature group IU from the target.

@rgrunber rgrunber merged commit f1fb1ea into eclipse-jdtls:master Mar 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants