You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Markus Krieg (JIRA)" <ji...@apache.org> on 2012/07/10 19:16:34 UTC

[jira] [Created] (IVY-1365) New ivy:resolve inline dependencies should support exta attributes

Markus Krieg created IVY-1365:
---------------------------------

             Summary: New ivy:resolve inline dependencies should support exta attributes
                 Key: IVY-1365
                 URL: https://issues.apache.org/jira/browse/IVY-1365
             Project: Ivy
          Issue Type: Improvement
          Components: Ant
    Affects Versions: 2.3.0-RC1
            Reporter: Markus Krieg


When using the new inline dependency declaration for the Ant ivy:resolve task, I need to be able to set extra attributes like below. Otherwise, I am still forced to create temporary ivy.xml files for this use case.

<ivy:resolve>
    <dependency org="org.slf4j" module="slf4j" e:color="green" rev="1.6" conf="api,log4j" />
</ivy:resolve>

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