-
Notifications
You must be signed in to change notification settings - Fork 64
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
Error when running ./gradlew runLfc (Could not determine the dependencies) #1233
Comments
I can reproduce this on Ubuntu, working at the same commit as yesterday, and @billy-bao reported a similar issue 3 hours ago when building LFC. I have no idea why this happened, but it seems like it must be unrelated to any recent pushes. |
Thank you for confirming, @petervdonovan !
Do you think this may be related to a change to the maven repo? I agree that it's unlikely that this is related to the recent pushes. @lhstrh would you have any thoughts? |
In IntelliJ I got this seemingly more informative message:
And indeed, I get a 404 error from this URL:
Whereas this URL is valid:
|
@petervdonovan where did you find the valid URL? |
I was just poking around here. But I have no insight on what this similar URL is or whether it is even relevant. |
Maybe we could specify that working URL manually and see whether that fixes the problem? |
A quick workaround is to decrement the
Maybe this isn't what we want, but at least this issue shouldn't be a blocker for anyone. |
How about an upgrade to |
That did not seem to work on my machine. |
You're right, this seems to be the only reasonable fix for now. On a related note, I just noticed that Xtext 2.27.0 has been released. |
You are trying to downgrade the Eclipse core runtime version, that means you are actually trying to switch back to the 2021-12 release. This is the reason why the maven build fails because it is configured to use the 2022-03 release and its dependencies, hence, it can not resolve runtime version If that is a gradle specific problem, it might be a workaround to de-sync the build configurations and use the 2021-12 release (runtime Another option would be roll back everything to the 2021-12 release, hence, all version configurations, updatesites, and the oomph setup. BTW, today is the release date for Eclipse 2022-06, it is not yet available but maybe an upgrade will fix the problems as well. |
I just realized that since this error only occurred very recently it might be related to the Eclipse release that is supposedly in progress. |
Here is more context: eclipse-equinox/equinox.bundles#54 |
Looks like this has been fixed. |
I encountered a weird error when running
./gradlew runLfc
recently.(I remember running it fine last week)
Below is the raw output from the
./gradlew runLfc
command:Would anyone have any ideas about what's going on here?
My computer is M1 Macbook Pro with OS X Monterey (Version 12.3.1). It ran fine last week.
Java version:
I would really appreciate your help.
The text was updated successfully, but these errors were encountered: