You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when install jdtls an error ocurred. because the pom.xml located at the tmp dir is null.
There have a pom.xml but the content is null. so the build failed.
It seems that only happen when I want update the jdtls.
before update jdtls I will remove the dir lsp-java-server-install-dir, and just lsp-install-server to choose jdtls.
Note
-*- mode: compilation; default-directory: "~/AppData/Local/Temp/lsp-java-installSgwd2f/" -*-
Comint started at Tue Jan 16 19:59:38
"c:/Java/apache-maven/bin/mvn.cmd" "-Djdt.js.server.root=c:/Users/van/lsp-java/" "-Djunit.runner.root=c:/Users/van/.emacs.d/.local/cache/eclipse.jdt.ls/test-runner/" "-Djunit.runner.fileName=junit-platform-console-standalone.jar" "-Djava.debug.root=c:/Users/van/lsp-java/bundles" "clean" "package" "-Djdt.download.url=http://1.117.167.195/download/jdt-language-server-1.31.0-202401111522.tar.gz"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-readable POM c:\Users\van\AppData\Local\Temp\lsp-java-installSgwd2f\pom.xml: input contained no data @
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project (c:\Users\van\AppData\Local\Temp\lsp-java-installSgwd2f\pom.xml) has 1 error
[ERROR] Non-readable POM c:\Users\van\AppData\Local\Temp\lsp-java-installSgwd2f\pom.xml: input contained no data
[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/ProjectBuildingException
Comint exited abnormally with code 1 at Tue Jan 16 19:59:42
Describe the bug
when install jdtls an error ocurred. because the pom.xml located at the tmp dir is null.
There have a pom.xml but the content is null. so the build failed.
It seems that only happen when I want update the jdtls.
before update jdtls I will remove the dir lsp-java-server-install-dir, and just lsp-install-server to choose jdtls.
Note
To Reproduce
Here is my config
Expected behavior
install success
The text was updated successfully, but these errors were encountered: