Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 57921 invoked from network); 2 Apr 2010 14:28:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 14:28:51 -0000 Received: (qmail 95456 invoked by uid 500); 2 Apr 2010 05:28:51 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 95320 invoked by uid 500); 2 Apr 2010 05:28:50 -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 95296 invoked by uid 99); 2 Apr 2010 05:28:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 05:28:49 +0000 X-ASF-Spam-Status: No, hits=-1199.9 required=10.0 tests=ALL_TRUSTED,AWL,URIBL_SBL 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, 02 Apr 2010 05:28:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2B02F234C4B2 for ; Fri, 2 Apr 2010 05:28:27 +0000 (UTC) Message-ID: <1769566913.652611270186107164.JavaMail.jira@brutus.apache.org> Date: Fri, 2 Apr 2010 05:28:27 +0000 (UTC) From: "Jason Trump (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (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-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852714#action_12852714 ] Jason Trump commented on IVY-742: --------------------------------- Hey everybody, Jean-Louis and I have been working on this patch a little bit to implement the "merge-on-publish" behavior that was last discussed by Maarten and Xavier. It was a little tricky. I'll attach an updated version of the patch, which includes a number of tests. The merged descriptor comments out the element, and adds descriptive comments to imported elements. so a merged descriptor looks something like this: {{ Some complicated project. }} What do you think? jt > 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.