CommandExecutor is confused with MSDeploy-style commandline switches starting
with "-" and containing both ":" and "="
----------------------------------------------------------------------------------------------------------------------
Key: NPANDAY-509
URL: https://issues.apache.org/jira/browse/NPANDAY-509
Project: NPanday
Issue Type: Improvement
Components: Maven Plugins
Reporter: Lars Corneliussen
Assignee: Lars Corneliussen
Fix For: 1.5.0-incubating
h2. The Problem
{{-source:contentPath=Path with space}} gets translated to
{{"-source:contentPath=Path with space"}}, which results in an error in
MSDeploy tool. It requires {{-source:contentPath="Path with space"}}.
There is already an implemntation where {{-param:value 1}} is correctly
translated into {{-param:"value 1"}}.
In order to avoid ambiguity between : and = we have to be able to configure the
switch format somehow per executable-plugin / compiler-plugin.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira