Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix windows / test-bat-template (#1314)
* Fix for native-image to work in Windows * The final native-image executable cannot be located in the file native-image.cmd unless the full path to native-image.cmd is given. Therefore, a new parameter is provided to the user to specify the native-image.cmd location. * Picks the right CLASSPATH separator according to the OS instead of hardcoded to colon. Using Colon will fail in Windows build. * Tested against GraalVM 20.0.0 and VS 2019. * Update src/main/scala/com/typesafe/sbt/packager/graalvmnativeimage/GraalVMNativeImagePlugin.scala Co-Authored-By: nigredo-tori <[email protected]> * Exclude SettingKey from MIMA filter * Adds info for graalVMNativeImageCommand setting key * Workaround for MiMa exceptions * Fix failing in `windows / test-bat-template` * Use `Seq` for better manage command lines management. * Cannot fix "include symbols with double q" because there is no way to escape '<' and '>' symbols during `cmd` execution. Is there a way to do so? * Have to trim the argument for `include symbols on normal args` otherwise it won't pass the test. * Remove debugging comment Co-authored-by: nigredo-tori <[email protected]> Co-authored-by: Nepomuk Seiler <[email protected]>
- Loading branch information