Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 85945 invoked from network); 9 Jan 2008 16:46:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jan 2008 16:46:56 -0000 Received: (qmail 16920 invoked by uid 500); 9 Jan 2008 16:46:46 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 16902 invoked by uid 500); 9 Jan 2008 16:46:46 -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 16801 invoked by uid 99); 9 Jan 2008 16:46:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 08:46:45 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2008 16:46:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B7AC1714267 for ; Wed, 9 Jan 2008 08:46:34 -0800 (PST) Message-ID: <29417730.1199897194749.JavaMail.jira@brutus> Date: Wed, 9 Jan 2008 08:46:34 -0800 (PST) From: "Mirko Bulovic (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-697) add ability for buildlist task to start build from specified module in the list In-Reply-To: <30976275.1199846433835.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-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557316#action_12557316 ] Mirko Bulovic commented on IVY-697: ----------------------------------- This enhancement is similar to "leaf" but not "root". Unlike "leaf", the dependencies are flattened before calculating the starting point. As a simple example, in the buildlist tests, in testWithLeaf() when using "leaf=C" the build path becomes "C-A-D". In testRestartFrom() if we were to use "restartFrom=C" the build path becomes "C-A-D-E". I should change testRestartFrom() to use "restartFrom=C" rather than "restartFrom=A" to make it easier to immediately see the difference. Also if the attribute name is confusing we can change it to something more descriptive. Maye it should be startFromModule? > add ability for buildlist task to start build from specified module in the list > ------------------------------------------------------------------------------- > > Key: IVY-697 > URL: https://issues.apache.org/jira/browse/IVY-697 > Project: Ivy > Issue Type: New Feature > Components: Ant > Reporter: Mirko Bulovic > Priority: Minor > Fix For: 2.0.0-beta-1 > > Attachments: restartFrom.patch > > > The buildlist task creates a list of modules in dependency order. This enhancement makes it possible to start the build from the specified module in that build list. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.