Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 94617 invoked from network); 21 Sep 2007 19:37:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2007 19:37:32 -0000 Received: (qmail 50623 invoked by uid 500); 21 Sep 2007 19:37:23 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 50600 invoked by uid 500); 21 Sep 2007 19:37:23 -0000 Mailing-List: contact ivy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@incubator.apache.org Delivered-To: mailing list ivy-user@incubator.apache.org Received: (qmail 50591 invoked by uid 99); 21 Sep 2007 19:37:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2007 12:37:23 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.189.90] (HELO k2smtpout02-01.prod.mesa1.secureserver.net) (64.202.189.90) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 21 Sep 2007 19:37:21 +0000 Received: (qmail 23838 invoked from network); 21 Sep 2007 19:36:58 -0000 Received: from unknown (HELO ip-72-167-33-213.ip.secureserver.net) (72.167.33.213) by k2smtpout02-01.prod.mesa1.secureserver.net (64.202.189.90) with ESMTP; 21 Sep 2007 19:36:58 -0000 Received: from localhost (unknown [127.0.0.1]) by ip-72-167-33-213.ip.secureserver.net (Postfix) with ESMTP id 4266D1000A0 for ; Fri, 21 Sep 2007 19:36:58 +0000 (UTC) Received: from ip-72-167-33-213.ip.secureserver.net ([127.0.0.1]) by localhost (ip-72-167-33-213.ip.secureserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tzZhpyUvLZ-A for ; Fri, 21 Sep 2007 15:36:57 -0400 (EDT) Received: by ip-72-167-33-213.ip.secureserver.net (Postfix, from userid 48) id 4F468100A0D; Fri, 21 Sep 2007 15:36:57 -0400 (EDT) Received: from mailrelay3.private.geico.com (mailrelay3.private.geico.com [205.143.204.110]) by intranet.digizenstudio.com (Horde MIME library) with HTTP; Fri, 21 Sep 2007 15:36:57 -0400 Message-ID: <20070921153657.2ny2iqljc0g084sk@intranet.digizenstudio.com> Date: Fri, 21 Sep 2007 15:36:57 -0400 From: Jing Xue To: ivy-user@incubator.apache.org Subject: Re: Central version numbering. References: <917352.61192.qm@web30806.mail.mud.yahoo.com> <031001c7fc53$48aa8b90$0920a8c0@isabelteam.be> <635a05060709210755m4c988f08yff1e49462f5a919c@mail.gmail.com> In-Reply-To: <635a05060709210755m4c988f08yff1e49462f5a919c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) X-Virus-Checked: Checked by ClamAV on apache.org Quoting Xavier Hanin : > > It's usually because you define properties in Ant and not in Ivy settings. > Are you sure the properties file is loaded in your ivy settings? If you > prefer to load them in Ant for your Ant build, then you can use a settings > file only for IvyDE which just import your main settings (those you use in > Ant) and load the properties file you want. One related issue we ran into a while ago was that our ant script imported environment variables into properties, some of which (for instance a repo url) are then referenced in ivy settings. Obviously that broke in IvyDE as Ivy doesn't support drawing from the environment. I was going to submit a patch, but then realized it would require JDK 1.5, and Ivy seems trying to maintain 1.4 compatibility. Cheers. -- Jing Xue