Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 98955 invoked from network); 16 Oct 2008 20:41:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2008 20:41:35 -0000 Received: (qmail 40059 invoked by uid 500); 16 Oct 2008 20:41:36 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 40036 invoked by uid 500); 16 Oct 2008 20:41:36 -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 40019 invoked by uid 99); 16 Oct 2008 20:41:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 13:41:36 -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, 16 Oct 2008 20:40:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 41DDC234C22F for ; Thu, 16 Oct 2008 13:40:44 -0700 (PDT) Message-ID: <840173029.1224189644262.JavaMail.jira@brutus> Date: Thu, 16 Oct 2008 13:40:44 -0700 (PDT) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Subject: [jira] Resolved: (IVY-947) latest.status usage using Ivy In-Reply-To: <2067803405.1224170024528.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-947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-947. ------------------------------- Resolution: Invalid Fix Version/s: (was: 2.0.x) You can't use "latest.status" as a dynamic revision. You must replace 'status' with a concrete status. Ivy defines 3 statuses by default: "release", "milestone" and "integration", so you can use "latest.release", "latest.milestone" and "latest.integration" as dynamic revision. If you need more help, please use the ivy-user@ant.apache.org mailinglist instead for this kind of questions. > latest.status usage using Ivy > ------------------------------ > > Key: IVY-947 > URL: https://issues.apache.org/jira/browse/IVY-947 > Project: Ivy > Issue Type: Question > Affects Versions: 2.0-RC1 > Environment: windows > Reporter: srini kotha > Original Estimate: 72h > Remaining Estimate: 72h > > I am trying to use dynamic revision using latest.status. > Due to some reason it is not working in release 2.0. Let me know required preconditons to use latest.status. Any examples will be very useful. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.