Skip to content

For Windows OS, revert the usage of cmd.exe by default (new option)#110

Draft
axel3rd wants to merge 1 commit intocodehaus-plexus:masterfrom
axel3rd:update-42-For_Windows_revert_usage_of_cmd_by_default
Draft

For Windows OS, revert the usage of cmd.exe by default (new option)#110
axel3rd wants to merge 1 commit intocodehaus-plexus:masterfrom
axel3rd:update-42-For_Windows_revert_usage_of_cmd_by_default

Conversation

@axel3rd
Copy link
Copy Markdown
Contributor

@axel3rd axel3rd commented Dec 21, 2020

This PR is an update of old previous staling PR #42


cf. #17 (comments from May 2018): Revert the usage of cmd.exe by default (on Windows), because prevents the destroy/kill launched by this way when CTRL+C.

Allow this behavior by the usage of a new method:

Commandline cmd = new Commandline();
cmd.setForceShellOsSpecific( true );

This PR should be chosen or #109.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants