-
Notifications
You must be signed in to change notification settings - Fork 446
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
Failing Windows Tests #502
Comments
wmm.. this error cause is _JAVA_OPTS.
it set here. https://ci.appveyor.com/project/muuki88/sbt-native-packager/build/6#L15 can you remove this |
Thanks for the fast response 👍 https://ci.appveyor.com/project/muuki88/sbt-native-packager/build/12 |
Merge miss occured. on 3577a55#diff-0893ecb3791881c87ff523facf8b1880R140 This 2 lines removed on b5a259d |
And maybe java change ProcessBuilder cmd escape algorithm .. surely https://blogs.oracle.com/thejavatutorials/entry/changes_to_runtime_exec_problems ... |
Did you test this on java 6? Maybe I should try this as well :/ |
i create #507. it success on jdk1.7.0_25, jdk1.8.0_20 |
I tried on jdk1.6.0_27, but it has compile error. jdk6 dont have java.nio.file |
On AppVeyor the following tests fail for strange reasons
scripted jar/*
scripted windows/test-bat-template
More Details
cc @nazoking @bjuric , if you have any ideas :)
The text was updated successfully, but these errors were encountered: