You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Emmanuel Bourg (JIRA)" <ji...@apache.org> on 2011/01/17 19:35:44 UTC

[jira] Updated: (CLI-213) Quoted string parsing

     [ https://issues.apache.org/jira/browse/CLI-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Bourg updated CLI-213:
-------------------------------

    Fix Version/s: 1.3

> Quoted string parsing
> ---------------------
>
>                 Key: CLI-213
>                 URL: https://issues.apache.org/jira/browse/CLI-213
>             Project: Commons CLI
>          Issue Type: Bug
>          Components: Parser
>    Affects Versions: 1.2
>         Environment: Kubuntu, JRE 1.6
>            Reporter: Vishal Dhawani
>            Priority: Minor
>             Fix For: 1.3
>
>
> When you pass a quoted string as argument in command line (eg. java Hello -e "fname=\"vishal\" and lname=\"dhawani\""), it gives you one character less in result (eg. cmdLine.getOptionValue("e") will return you fname="vishal" and lname="dhawani).
> Actually when you see the args[] passed to java, args[1] is fname="vishal" and lname="dhawani" .
> The above thing works when we give extra space, ie. java Hello -e "fname=\"vishal\" and lname=\"dhawani\" ".
> Please check.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.