Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 56576 invoked from network); 12 Jun 2008 07:14:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2008 07:14:06 -0000 Received: (qmail 68332 invoked by uid 500); 12 Jun 2008 07:14:09 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 68312 invoked by uid 500); 12 Jun 2008 07:14:09 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 68303 invoked by uid 99); 12 Jun 2008 07:14:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 00:14:09 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 07:13:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E68D0234C137 for ; Thu, 12 Jun 2008 00:13:45 -0700 (PDT) Message-ID: <1955079320.1213254825929.JavaMail.jira@brutus> Date: Thu, 12 Jun 2008 00:13:45 -0700 (PDT) From: "Erik-Berndt Scheper (JIRA)" To: notifications@ant.apache.org Subject: [jira] Created: (IVY-837) Ivy unit tests fail because 'classifier' attribute of 'artifacts' element is missing in ivy.xsd MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.