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] [Commented] (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:comment-tabpanel&focusedCommentId=16099570#comment-16099570 ] 

jaikiran pai commented on IVY-1355:
-----------------------------------

That looks like a documentation issue. Passing it like this (without the comma should work):
{code}
java -jar ivy.jar -retrieve ... -types jar source
{code}

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