From notifications-return-15996-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Wed May 4 01:11:47 2011 Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F22C20ED for ; Wed, 4 May 2011 01:11:47 +0000 (UTC) Received: (qmail 36469 invoked by uid 500); 4 May 2011 01:11:47 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 36424 invoked by uid 500); 4 May 2011 01:11:47 -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 36412 invoked by uid 99); 4 May 2011 01:11:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 01:11:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 01:11:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 19456C0A4F for ; Wed, 4 May 2011 01:11:03 +0000 (UTC) Date: Wed, 4 May 2011 01:11:03 +0000 (UTC) From: "Sergei.Ivanov@rbs.com (JIRA)" To: notifications@ant.apache.org Message-ID: <2101741029.20369.1304471463085.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1465338183.437.1300707125971.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (IVY-1278) Published XML Schema misses declaration for /ivy-module/configurations/@defaultconf attribute MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-1278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergei.Ivanov@rbs.com updated IVY-1278: --------------------------------------- Comment: was deleted (was: I'm currently out of the office until Wed 04th May 2011, if you have any issues regarding HFT please contact "HFT Infra". *********************************************************************************** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. Authorised and regulated by the Financial Services Authority. The Royal Bank of Scotland N.V. is authorised and regulated by the De Nederlandsche Bank and has its seat at Amsterdam, the Netherlands, and is registered in the Commercial Register under number 33002587. Registered Office: Gustav Mahlerlaan 10, Amsterdam, The Netherlands. The Royal Bank of Scotland N.V. and The Royal Bank of Scotland plc are authorised to act as agent for each other in certain jurisdictions. This e-mail message is confidential and for use by the addressee only. If the message is received by anyone other than the addressee, please return the message to the sender by replying to it and then delete the message from your computer. Internet e-mails are not necessarily secure. The Royal Bank of Scotland plc and The Royal Bank of Scotland N.V. including its affiliates ("RBS group") does not accept responsibility for changes made to this message after it was sent. For the protection of RBS group and its clients and customers, and in compliance with regulatory requirements, the contents of both incoming and outgoing e-mail communications, which could include proprietary information and Non-Public Personal Information, may be read by authorised persons within RBS group other than the intended recipient(s). Whilst all reasonable care has been taken to avoid the transmission of viruses, it is the responsibility of the recipient to ensure that the onward transmission, opening or use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by the RBS group in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our website at www.rbs.com *********************************************************************************** ) > Published XML Schema misses declaration for /ivy-module/configurations/@defaultconf attribute > --------------------------------------------------------------------------------------------- > > Key: IVY-1278 > URL: https://issues.apache.org/jira/browse/IVY-1278 > Project: Ivy > Issue Type: Bug > Affects Versions: 2.2.0 > Reporter: Sergei Ivanov > Assignee: Maarten Coene > Priority: Blocker > > According to Ivy reference, 'defaultconf' attribute has been introduced in 2.2: > http://ant.apache.org/ivy/history/latest-milestone/ivyfile/configurations.html > However, looking at the published XML schema, it looks like it was not updated to provide definition for the new attribute: > http://ant.apache.org/ivy/schemas/ivy.xsd > As a result, our build fails with XML validation error if we include schema reference: > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: UNRESOLVED DEPENDENCIES :: > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:resolve] :: org.apache#xalan;2.7.1: java.text.ParseException: [xml parsing: ivy-2.7.1.xml.original:8:41: cvc-complex-type.3.2.2: Attribute 'defaultconf' is not allowed to appear in element 'configurations'. in file:/opt/app/...../hudson/ivyrepo/cache/org.apache/xalan/2.7.1/ivy-2.7.1.xml.original > [ivy:resolve] ] > This will be a trivial fix to the schema definition, you just need to include the following line inside type definition for 'configurations' element: > -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira