[GRADLE-936] Artificat descriptor in ivy.xml file is created with non-existent attribute Created: 10/May/10  Updated: 04/Jan/13  Resolved: 24/Nov/10

Status: Resolved
Project: Gradle
Affects Version/s: None
Fix Version/s: 0.9-rc-1

Type: Bug
Reporter: Michael Parmeley Assignee: Hans Dockter
Resolution: Fixed Votes: 0


 Description   

The following Publications section is created by Gradle when using the uploadArchives task and there are sources and javadoc artifacts included in the archives configuration.

<publications>
<artifact name="genesys-communicators" type="jar" ext="jar" conf="archives"/>
<artifact name="genesys-communicators" type="jar" ext="jar" conf="archives" classifier="javadoc"/>
<artifact name="genesys-communicators" type="jar" ext="jar" conf="archives" classifier="sources"/>
</publications>

The artifact tags include a classifier attribute. The Ivy documentation doesn't show a classifier attribute as a legal attribute for the artifact tag:

http://ant.apache.org/ivy/history/latest-milestone/ivyfile/artifact.html



 Comments   
Comment by Hans Dockter [ 07/Jun/10 ]

This is fixed in preview-3. There has been another bug re the published ivy file which is not fixed in preview-3 but in trunk (GRADLE-924).

Generated at Wed Jun 30 11:42:42 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.