-
Notifications
You must be signed in to change notification settings - Fork 445
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
Cannot pass dashed script options on windows #409
Comments
I forgot to mention I'm using |
Can you try out this #393 pull request? It might solve your problem. |
Just tried using the bat template from that commit and it worked. Thanks! |
Awesome! Could you do us one favor? Can you try running the scripted tests with sbt "scripted windows/*" and tell us what windows system you are using? cc @nazoking |
I ran that for the forked version listed above (#393) and it errored with this:
This is using Windows 7 & jdk8. Do you need the full output and/or for me to run it on master? Also to be clear to get it to work before I just manually went into that commit, copied the relevant sections of the bat template, and altered the one that was auto-generated. |
That was with a fresh ~/.sbt dir so none of my global settings were used. |
No, this is actually fine. This is a small error in the tests ( The important test is the second one |
I'm on the English locale. What error are you getting out of curiosity? |
See #393 comments of me :( If you have a better guess I'm happy for any advice :) |
Locale is a pair of region and language, by "English locale" do you mean tea-sipping English or English-as-in-America? |
I have a script that I'm generating with
universal:packageBin
and I need to pass dashed options as arguments to my script (ierun_script.bat --in a --out b
). This works fine in linux but on windows it's appending the dashed args intojava_opts
. So basically what happens is I get this:instead of this:
The text was updated successfully, but these errors were encountered: