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

Commits on Feb 29, 2020

  1. 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.
    sshark committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    fe68886 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Update src/main/scala/com/typesafe/sbt/packager/graalvmnativeimage/Gr…

    …aalVMNativeImagePlugin.scala
    
    Co-Authored-By: nigredo-tori <nigredo.tori@gmail.com>
    sshark and nigredo-tori authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    1eea949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e1e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce436e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    689c769 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. 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.
    sshark committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    5a6f58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a61565 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Remove debugging comment

    muuki88 authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    2265147 View commit details
    Browse the repository at this point in the history