-
Notifications
You must be signed in to change notification settings - Fork 149
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
Cannot install Cucumber Eclipse v2.0.0.202310250856 on a clean Eclipse v4.29.0 #507
Comments
For anyone facing the same issue, you can work around it by installing from an offline local copy of the update site:
|
You don't need to do this. Using "file:" URL has always worked fine.
This trick worked. Thanks. |
I am getting similar issue. Not able to resolve it. Using https://cucumber.github.io/cucumber-eclipse/update-site/main/ Cannot complete the install because one or more required items could not be found. |
Looks like the target definition refers explicitly to cucumber-core:6.9.1 and cucumber-expressions:11.0.0, which are incompatible. |
I'm trying to install 2.x on:
and it is still impossibile to install probably for the reason given by nitind |
I have now updated to the latest Eclipse Release and did some cleanup of dependencies making the update site self-contained with references. I tested with a fresh Eclipse IDE for Java Developers and was able to install it. |
👓 What did you see?
I'm trying to install the latest Cucumber for Eclipse plugin on a fresh Eclipse install (Eclipse IDE for Java), but the install fails due to missing dependencies.
📦 Which tool/library version are you using?
https://cucumber.github.io/cucumber-eclipse/update-site/main/
🔬 How could we reproduce it?
Steps to reproduce the behavior:
https://cucumber.github.io/cucumber-eclipse/update-site/main/
as an update site📚 Any additional context?
On another setup I had v2.0.0.202303191054 installed. The feature included "Ansi Console" and "third party dependencies", which seem to be missing in the v202310250856 feature.
I could update that older setup to v2.0.0.202303191054 just fine, but I am not able to install v2.0.0.202310250856 from scratch.
The text was updated successfully, but these errors were encountered: