- Notifications
You must be signed in to change notification settings - Fork44
Revert usage of cmd on Windows#41
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Travisoraclejdk7 support seems removed (seehere). |
Please move the OpenJDK 7 commit to a separate PR. |
About openjdk7: already inissue-fix branch (commit:54f6ca0d9c7d0940f84610788f3e55c2548dc5c4). |
Other PR#42, to propose an approach forcmd usage if wanted (consensus ? hardcode a |
@axel3rd Please fix conflicts. Thanks. |
That's ok.@mkarg Honestly, I don't see a reason to have a shell wrapper at all, but use |
My target is to cleaup the open PRs, so either we merge or drop them or turn them intodrafts, but not keep them open for |
Fully agree with that 👍
I understand the content of this PR is not really relevant, so closing. |
I didn't say that. What I am saying is that our concept is wrong from begin with. |
See#109 for following. |
cf.#17 (comments from May 2018): Revert the usage of
cmd.exe(on Windows), because prevents the destroy/kill launched by this way whenCTRL+C.For history: This Windows shell specific is removed sinceplexus-utils 3.0.15, except for 3.1.0.
On Windows, the usage ofcmd builtin (like
echo) or.cmd/.batonPATH should be implemented by the client.