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

Fix windows / test-bat-template #1314

Merged
merged 8 commits into from
Mar 10, 2020
Merged

Fix windows / test-bat-template #1314

merged 8 commits into from
Mar 10, 2020

Conversation

sshark
Copy link
Contributor

@sshark sshark commented Mar 8, 2020

  • 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.

sshark and others added 7 commits March 1, 2020 02:31
* 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.
…aalVMNativeImagePlugin.scala

Co-Authored-By: nigredo-tori <nigredo.tori@gmail.com>
* 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.
muuki88
muuki88 previously approved these changes Mar 10, 2020
Copy link
Contributor

@muuki88 muuki88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for fixing this 😍 😍

Only a single suggestion.

src/sbt-test/windows/test-bat-template/build.sbt Outdated Show resolved Hide resolved
@muuki88 muuki88 merged commit fccbbf2 into sbt:master Mar 10, 2020
@sshark sshark deleted the fix-windows-test branch March 10, 2020 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants