eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
60 stars 53 forks source link

Fix logic of LSWrapper.canOperate() when project is null #949

Closed joaodinissf closed 4 months ago

rubenporras commented 5 months ago

@joaodinissf , could you try to add https://download.eclipse.org/releases/latest/ as repository in target-platforms/target-platform-latest/target-platform-latest.target to see if that solves the build problem?

rubenporras commented 5 months ago

@mickaelistria , do you know what is the problem that causes is the build job?

[ERROR] Cannot resolve dependencies of project org.eclipse.lsp4e:org.eclipse.lsp4e.test:eclipse-test-plugin:0.15.10-SNAPSHOT [ERROR] with context {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true} [ERROR] Software being installed: org.eclipse.lsp4e.test 0.15.10.qualifier [ERROR] Missing requirement: org.eclipse.lsp4e.test 0.15.10.qualifier requires 'osgi.bundle; org.eclipse.osgi.services 0.0.0' but it could not be found: See log for details [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ResolverException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.lsp4e.test

mickaelistria commented 5 months ago

Is org.eclipse.osgi.services part of the target-platform?

rubenporras commented 4 months ago

Thanks