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

jaikiran pai resolved IVY-1355.
-------------------------------
       Resolution: Fixed
    Fix Version/s: master

I have updated the help text to remove the mention of comma separated list for 
this {{types}} argument. This is now consistent with how you pass (multiple) 
values for the {{confs}} argument too.

> command line: -types seems to not accept comma
> ----------------------------------------------
>
>                 Key: IVY-1355
>                 URL: https://issues.apache.org/jira/browse/IVY-1355
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.3.0-RC1
>            Reporter: Stepan Koltsov
>            Assignee: jaikiran pai
>             Fix For: master
>
>
> {panel}
> java -jar ivy.jar -help
> {panel}
> tells that
> {panel}
> -types <types>   comma separated list of accepted artifact types
> {panel}
> Seems like it does not work. If I execute
> {code}
> java -jar ivy.jar -retrieve ... -types jar
> java -jar ivy.jar -retrieve ... -types source
> {code}
> It works, but if I execute it as
> {code}
> java -jar ivy.jar -retrieve ... -types jar,source
> {code}
> no artifact is retrieved.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to