Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 96036 invoked from network); 31 Oct 2008 16:50:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2008 16:50:16 -0000 Received: (qmail 7775 invoked by uid 500); 31 Oct 2008 16:50:21 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 7756 invoked by uid 500); 31 Oct 2008 16:50:21 -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 7746 invoked by uid 99); 31 Oct 2008 16:50:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2008 09:50:21 -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; Fri, 31 Oct 2008 16:49:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C3A04234C255 for ; Fri, 31 Oct 2008 09:49:44 -0700 (PDT) Message-ID: <1128485218.1225471784796.JavaMail.jira@brutus> Date: Fri, 31 Oct 2008 09:49:44 -0700 (PDT) From: "Jean-Louis Boudart (JIRA)" To: notifications@ant.apache.org Subject: [jira] Updated: (IVY-742) Support ivy.xml parent mechanism In-Reply-To: <618119781.1203782719174.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Louis Boudart updated IVY-742: ----------------------------------- Attachment: extendsIvyFile-ivy-r709181.patch I've made a small patch as a POC that allow you to extends ivy files. > Support ivy.xml parent mechanism > -------------------------------- > > Key: IVY-742 > URL: https://issues.apache.org/jira/browse/IVY-742 > Project: Ivy > Issue Type: New Feature > Components: Core > Environment: Any > Reporter: Neil Lott > Attachments: extendsIvyFile-ivy-r709181.patch > > > Here's the email that details this feature: > On Thu, Feb 21, 2008 at 11:22 PM, Neil Lott > wrote: > Let's say I have multiple modules each with their own ivy.xml > > > > > > > > conf="interface" ext="jar"/> > > > conf="interface->server"/> > > > and I want them all to share an inherited configuration found in a > file: included-configurations.xml > > > > > > > so in the inherited configurations file I'd also like to include a > dependency that goes along with that configuration. > Is something like this possible? > No, this is not possible in Ivy, but you can use text or xml processing > tools to recompose your Ivy file before asking Ivy to resolve the > dependencies of your module. > Alternatively, since what you ask is close to maven 2 parent mechanism, I > think it could be a nice addition to Ivy feature set. So feel free to open > an issue, and even provide a patch :-) > Xavier > Thanks, > Neil > -- > Xavier Hanin - Independent Java Consultant > http://xhab.blogspot.com/ > http://ant.apache.org/ivy/ > http://www.xoocode.org/ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.