-
Notifications
You must be signed in to change notification settings - Fork 60
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
nativeRun failed on windows du to the "EXE" extention #198
Comments
Thanks, I think the bug is here: https://github.com/melix/native-build-tools/blob/e0e4492483fc19b7c24f123a3a973f4260ff040f/native-gradle-plugin/src/main/java/org/graalvm/buildtools/gradle/tasks/BuildNativeImageTask.java#L110 This line should be: return getOptions().flatMap(options -> options.getImageName().map(name -> name + EXECUTABLE_EXTENSION)); |
melix
added a commit
that referenced
this issue
Feb 3, 2022
This commit fixes the executable name when the plugin is running under Windows: `nativeRun` would fail because it doesn't append the `.exe` extension to the file name. Fixes #198
melix
added a commit
that referenced
this issue
Feb 3, 2022
This commit fixes the executable name when the plugin is running under Windows: `nativeRun` would fail because it doesn't append the `.exe` extension to the file name. Fixes #198
melix
added a commit
that referenced
this issue
Feb 3, 2022
This commit fixes the executable name when the plugin is running under Windows: `nativeRun` would fail because it doesn't append the `.exe` extension to the file name. Fixes #198
melix
added a commit
that referenced
this issue
Feb 4, 2022
This commit fixes the executable name when the plugin is running under Windows: `nativeRun` would fail because it doesn't append the `.exe` extension to the file name. Fixes #198
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the command gradlew :nativeRun --stacktrace on windows 10 and version 0.9.4 of the
org.graalvm.buildtools.native
print this :
The text was updated successfully, but these errors were encountered: