[ 
https://issues.apache.org/jira/browse/IVY-837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12604473#action_12604473
 ] 

Xavier Hanin commented on IVY-837:
----------------------------------

I don't think introducing classifier in regular Ivy files is a good idea. It's 
yet another attribute, pretty similar to type but with slightly different 
intent and uses... So I'd rather stick with it being an extra attribute as 
currently. 

> Ivy unit tests fail because 'classifier' attribute of 'artifacts' element is 
> missing in ivy.xsd
> -----------------------------------------------------------------------------------------------
>
>                 Key: IVY-837
>                 URL: https://issues.apache.org/jira/browse/IVY-837
>             Project: Ivy
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0-RC1
>            Reporter: Erik-Berndt Scheper
>             Fix For: 2.0-RC1
>
>         Attachments: IVY-837-patch.txt
>
>
> Currently the ivy unit tests fail because 'classifier' attribute of 
> 'artifacts' element is missing in ivy.xsd:
> Test report of class 
> org.apache.ivy.plugins.parser.m2.PomModuleDescriptorParserTest indicates a 
> failure of testDependenciesWithClassifier:
> {noformat}
> [xml parsing: test-write.xml:23:86: cvc-complex-type.3.2.2: Attribute 
> 'classifier' is not allowed to appear in element 'artifact'. in 
> file:/D:/java-apps/ivy/build/test/test-write.xml , xml parsing: 
> test-write.xml:24:87: cvc-complex-type.3.2.2: Attribute 'classifier' is not 
> allowed to appear in element 'artifact'. in 
> file:/D:/java-apps/ivy/build/test/test-write.xml ]
> java.text.ParseException: [xml parsing: test-write.xml:23:86: 
> cvc-complex-type.3.2.2: Attribute 'classifier' is not allowed to appear in 
> element 'artifact'. in file:/D:/java-apps/ivy/build/test/test-write.xml
> , xml parsing: test-write.xml:24:87: cvc-complex-type.3.2.2: Attribute 
> 'classifier' is not allowed to appear in element 'artifact'. in 
> file:/D:/java-apps/ivy/build/test/test-write.xml
> ]
> at 
> org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser$AbstractParser.checkErrors(AbstractModuleDescriptorParser.java:89)
> at 
> org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser$AbstractParser.getModuleDescriptor(AbstractModuleDescriptorParser.java:342)
> at 
> org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorParser.parseDescriptor(XmlModuleDescriptorParser.java:100)
> at 
> org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser.parseDescriptor(AbstractModuleDescriptorParser.java:48)
> at 
> org.apache.ivy.plugins.parser.m2.PomModuleDescriptorParserTest.testDependenciesWithClassifier(PomModuleDescriptorParserTest.java:211)
> {noformat}
> Also note that some documentation about the intentions behind this new 
> attribute would not be amiss.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to