[ http://issues.ops4j.org/jira/browse/PAXRUNNER-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_10877 ]
Damian Golda commented on PAXRUNNER-47: --------------------------------------- I found http://biomoby.open-bio.org/CVS_CONTENT/moby-live/Java/docs/WindowsAndJMoby.html: *** Microsoft surprises... and how to deal with them An equal sign in command-line parameters If an argument contains an equal sign, it must be double quoted. For example: build/run/run-service "language=english,czech" Otherwise Windows splits in into two arguments. The only solution for that is to pay attention to it when you have such arguments. *** So, we have 2 options: 1. not use = but use separate 2 arguments (as in many unix programs) for example: --platform equinox instead of "--platform=equinox" 2. deal with Windows odd behaviour and handle it. for example if argument should contain = and actually = is not present, assume next argument as value. Actually it is the same behaviour as the 1. option... > Find a way to avoid quotes (") arround options. > ----------------------------------------------- > > Key: PAXRUNNER-47 > URL: http://issues.ops4j.org/jira/browse/PAXRUNNER-47 > Project: Pax Runner > Issue Type: Improvement > Components: runner > Affects Versions: 0.5.0 > Reporter: Alin Dreghiciu > Assignee: Alin Dreghiciu > Priority: Minor > Fix For: 0.6.0 > > > Find out if there is possible to avoid quotes (") arround options. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.ops4j.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ general mailing list general@lists.ops4j.org http://lists.ops4j.org/mailman/listinfo/general