Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 14121 invoked from network); 19 Aug 2009 11:46:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 11:46:33 -0000 Received: (qmail 3216 invoked by uid 500); 19 Aug 2009 11:46:52 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 3173 invoked by uid 500); 19 Aug 2009 11:46:52 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 3163 invoked by uid 99); 19 Aug 2009 11:46:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 11:46:52 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [213.23.173.139] (HELO proxy.razorcat.com) (213.23.173.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 11:46:42 +0000 Received: from [192.168.0.141] (odur.ats-berlin.de [192.168.0.141]) by proxy.razorcat.com (8.13.8+Sun/8.13.7) with ESMTP id n7JBkL3D002468 for ; Wed, 19 Aug 2009 13:46:21 +0200 (CEST) Message-ID: <4A8BE58F.3060701@razorcat.com> Date: Wed, 19 Aug 2009 13:44:15 +0200 From: Martin Weber Organization: RazorCat Development GmbH User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: ivy-user@ant.apache.org Subject: How to specify latest.any status correctly? X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi folks, if I wish to express a dependency on a module of the latest revision, with any status, how do I express that verbatim in the ivy.xml file? 1) rev="latest.[any status]" or 2) rev="latest.any status" or 3) rev="latest." (seems to work, too) or 4) rev="latest.any arbitrary text here" (seems to work, too) The Ivy docs state that (1) is correct, but I'm not quite sure. Regards, Martin