-
Notifications
You must be signed in to change notification settings - Fork 63
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
Master does not build under Eclipse #1258
Comments
Could this be related to #1234, which was merged two days ago? |
@edwardalee: Note that the fix I pushed requires running |
This is not fixed.
Perform setup tasks does not solve the problem.
|
Sorry, I don't know what this means. I reproduced the problem in this issue yesterday and fixed it... |
Sorry, the comment was prematurely posted, before I finished it. More info above. What version of Eclipse are you running? |
I'm using |
Ugh. OK, fresh Eclipse install, fresh Oomph install required. Is log4j worth all this? |
I have also noticed that a restart is sometimes required when running setup tasks. In my experience getting stuff to build in Eclipse is always jenky. The only way to reliably get a working setup is do a clean Oomph install. |
It's not |
Updating Eclipse and fresh Oomph install still does not work. org.eclipse.lsp4j is not found. |
Not sure what to do with this; I got it to work on my machine without problems. I didn't even do an Oomph setup -- I just ran the setup tasks. Maybe we should try to debug this together? |
I suspect you already had org.eclipse.lsp4j installed manually as a jar file. |
It’s specified as a dependency in the MANIFEST.MF so it should be pulled
in. I never manually added any jar to the build path. We had this
dependency already; it’s just the version that got bumped…
…On Thu, Jun 30, 2022 at 12:37 PM Edward A. Lee ***@***.***> wrote:
I suspect you already had org.eclipse.lsp4j installed manually as a jar
file.
—
Reply to this email directly, view it on GitHub
<#1258 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYD47CU75Q4ZE3UBTSCPPDVRXZOBANCNFSM52G5QZZQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
This was resolved. It turned out that there was latent state from earlier Gradle builds that caused problems. Invoking |
I get many errors in master trying to build under Eclipse:
The text was updated successfully, but these errors were encountered: