Skip to content
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

Rename not completing with binary #990

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

angelozerr
Copy link
Contributor

Rename not completing with binary

Fixes redhat-developer/vscode-xml#424

Signed-off-by: azerr azerr@redhat.com

Fixes redhat-developer/vscode-xml#424

Signed-off-by: azerr <azerr@redhat.com>
@rgrunber
Copy link
Contributor

Was able to reproduce, and this change fixes the issue. 👍

FWIW, you can reproduce by downloading a JVM containing GraalVM from https://github.com/graalvm/graalvm-ce-builds/releases and placing it locally : $HOME/.local/bin/openjdk1.8.0_272-jvmci-21.0-b03 . You can then run JAVA_HOME=$HOME/.local/bin/openjdk1.8.0_272-jvmci-21.0-b03/ mvn clean verify -Pnative -DskipTests . It should generate the binary in the target folder. You can then xml.server.binary.path and xml.server.preferBinary to use it.

@angelozerr angelozerr merged commit d621eaa into eclipse:master Feb 17, 2021
@angelozerr
Copy link
Contributor Author

Thanks a lot @rgrunber for your review and your great explanation :)

@JVimes
Copy link

JVimes commented Feb 17, 2021

The win32 binary from the GitHub artifacts fixed it for me. 👍

@angelozerr
Copy link
Contributor Author

The win32 binary from the GitHub artifacts fixed it for me.

Great! Thanks for your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename not completing with binary
3 participants