You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Gilles Gaillard (JIRA)" <ji...@apache.org> on 2013/12/04 12:42:35 UTC

[jira] [Created] (IVY-1453) IvyArtifactReport fails to report artifacts when extra attributes are used

Gilles Gaillard created IVY-1453:
------------------------------------

             Summary: IvyArtifactReport fails to report artifacts when extra attributes are used
                 Key: IVY-1453
                 URL: https://issues.apache.org/jira/browse/IVY-1453
             Project: Ivy
          Issue Type: Bug
          Components: Ant
    Affects Versions: 2.3.0
            Reporter: Gilles Gaillard


IvyArtifactReport fails to report artifacts when extra attributes are used. For example with an ivy-module having dependency:
{noformat}
  <dependencies>
    <dependency org="x"
                name="native"
                rev="1.0.0"
                x:color="blue"/>
   </dependencies>
{noformat}
the generated report doesn't show artifacts.



--
This message was sent by Atlassian JIRA
(v6.1#6144)