Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 56109 invoked from network); 14 May 2010 20:15:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 20:15:08 -0000 Received: (qmail 18491 invoked by uid 500); 14 May 2010 20:15:08 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 18457 invoked by uid 500); 14 May 2010 20:15:08 -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 18442 invoked by uid 99); 14 May 2010 20:15:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 20:15:08 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 20:15:02 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OD1HN-0001ZY-Va for ivy-user@ant.apache.org; Fri, 14 May 2010 13:14:41 -0700 Message-ID: <28563876.post@talk.nabble.com> Date: Fri, 14 May 2010 13:14:41 -0700 (PDT) From: Gareth Collins To: ivy-user@ant.apache.org Subject: Two More IVY questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: gareth_collins@hotmail.com Hello, I have a couple more questions: (1) I see in the iVE documentation that it is possible to look up a properties file to be used with ivysettings.xml. Is it possible to do something similar with the iVE file? Here is my scenario: I am currently working on multiple interdependent projects which depend on open source library projects (e.g. Spring, Camel). What I would like to do is to be able to parameterize the version the Spring/Camel versions that are used (e.g. have one properties file referenced by all projects which affects whether I compile against Spring 3.0.2 or Spring 2.5.6 or some other to-be-determined spring version which will not be known when the projects are created) without changing the ivy.xml file for each project. Is there a way to do this? If not, is there an alternate IVY best practice for doing this? (2) Is there a best practice for standard configurations (i.e. should all projects have configurations "test", "runtime", "compile", other?)? thanks in advance, Gareth Collins -- View this message in context: http://old.nabble.com/Two-More-IVY-questions-tp28563876p28563876.html Sent from the ivy-user mailing list archive at Nabble.com.