eclipse-lsp4j / lsp4j

A Java implementation of the language server protocol intended to be consumed by tools and language servers implemented in Java.
https://eclipse.org/lsp4j
Other
599 stars 143 forks source link

Avoid use of absolute path where BND can't handle it #737

Closed jonahgraham closed 1 year ago

jonahgraham commented 1 year ago

BND when calculating the full path to savemanifest runs within the current dir being the root of the project. Making this change ($buildDir -> build) does not change the output but does make it work on Windows.

Fixes https://github.com/eclipse-lsp4j/lsp4j/issues/734