You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "jaikiran pai (JIRA)" <ji...@apache.org> on 2017/07/25 06:33:02 UTC

[jira] [Assigned] (IVY-1355) command line: -types seems to not accept comma

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

jaikiran pai reassigned IVY-1355:
---------------------------------

    Assignee: jaikiran pai

> 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
>
> {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)