You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Stepan Koltsov (JIRA)" <ji...@apache.org> on 2012/06/02 19:13:22 UTC

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

Stepan Koltsov created IVY-1355:
-----------------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira