Return-Path: Delivered-To: apmail-incubator-ivy-user-archive@locus.apache.org Received: (qmail 80309 invoked from network); 11 Sep 2007 13:01:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 13:01:12 -0000 Received: (qmail 71494 invoked by uid 500); 11 Sep 2007 13:01:06 -0000 Delivered-To: apmail-incubator-ivy-user-archive@incubator.apache.org Received: (qmail 71475 invoked by uid 500); 11 Sep 2007 13:01:06 -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 71466 invoked by uid 99); 11 Sep 2007 13:01:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 06:01:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gscokart@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 13:01:03 +0000 Received: by ug-out-1314.google.com with SMTP id 30so70527ugs for ; Tue, 11 Sep 2007 06:00:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index; bh=v38V+benPyYpSDZnp/UrjxTX5BjGHvJnlkArrvD23fE=; b=qA1JttgsukDXf8JA91SKo3mQi6vVDLXDZr2VPF4QsTSBEoFsgjM7k2zPDQLLa2R/x5hAqHLxrY57AG0yAoDDuxBMWVLPOJQC8RYN7RBj6eN8HVGLsO17sguO0p8uB0XIBlVU+ZRkQfjisurj5dwNiND9vLyXxkrD4tjd+Mvs3mM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index; b=PE3VXxBd9oYh72g9rRLnFuxOYdv5893WFgoIW4/ELYlF9c97ZSb+lwOeX83IZRcZd7NybOwtVyiiRAhKwgcCTDTgyJd0SA/Vfp0JZh1B6+/Tg2lbJCI1MTwgMhszFBR0Bknihb7hdR6ypQLRrakobqHfGTrcVQuCzEfGJhfC+Eg= Received: by 10.67.15.17 with SMTP id s17mr661067ugi.1189515641824; Tue, 11 Sep 2007 06:00:41 -0700 (PDT) Received: from SCOKARTGXP ( [195.122.110.8]) by mx.google.com with ESMTPS id i40sm406259ugf.2007.09.11.06.00.36 (version=SSLv3 cipher=RC4-MD5); Tue, 11 Sep 2007 06:00:37 -0700 (PDT) From: "Gilles Scokart" To: Subject: RE: Central version numbering. Date: Tue, 11 Sep 2007 15:00:35 +0200 Message-ID: <008301c7f473$bf63beb0$0920a8c0@isabelteam.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: Acf0T84HrgsyoD1uRCiUdiVd83TF1wAALn5QAAez1nAAAOEnEA== X-Virus-Checked: Checked by ClamAV on apache.org You can also say that you are using version range 1.2+ (I'm not 100% sure about the syntax). In that case, when you release a new version of C that must replace the previous one, you give a version number like 1.2.2. If the new version must not replace the previous one, publish it with 1.3.0 or 2.0.0. Now, if you want to take a different decision per module, then you will always have to republish a new ivy.xml file for A and B when there is a new version of C. Gilles > -----Original Message----- > From: Foreman, Alex (IT) [mailto:Alexander.Foreman@morganstanley.com] > Sent: mardi 11 septembre 2007 14:33 > To: ivy-user@incubator.apache.org > Subject: RE: Central version numbering. > > I saw that but was a little unsure on how it worked. > > What if we released a new Version of C but we didn't want A or B to use > it? > > Alex > > -----Original Message----- > From: Gilles Scokart [mailto:gscokart@gmail.com] > Sent: 11 September 2007 09:50 > To: ivy-user@incubator.apache.org > Subject: RE: Central version numbering. > > If you want that, you have to say that A and B are using the version > "latest.integration" of C (or an other version pattern) inside the > ivy.xml file of A and B. > > > Gilles > > > -----Original Message----- > > From: Foreman, Alex (IT) [mailto:Alexander.Foreman@morganstanley.com] > > Sent: mardi 11 septembre 2007 10:43 > > To: ivy-user@incubator.apache.org > > Subject: Central version numbering. > > > > Consider this: > > > > > > Artifact A relies on Artifact C, but does not expose it as a transient > > > dependency. > > > > Artifact B relies on Artifact B and also Artifact C. > > > > Now we have a situation where A and B rely on a certain version of > > Artifact C. > > > > If in the future there is a new version of Artifact C which we wish to > > > use we have to change the version number in A and B. Is there a way > > that we can somehow have one change point so that the version number > > we wish to use is automatically picked up? > > > > The way we are considering atm is to have a separate ivy file with > > Artifact C revision ="default" > > > > And the default value will have the specific revision as a dependanciy > > > inside that. Or even a symlink to the correct ivy file. > > > > > > Is there any better way to get this behaviour? > > > > Many thanks, > > Alex > > -------------------------------------------------------- > > > > NOTICE: If received in error, please destroy and notify sender. Sender > > > does not intend to waive confidentiality or privilege. Use of this > > email is prohibited when received in error. > -------------------------------------------------------- > > NOTICE: If received in error, please destroy and notify sender. Sender > does not intend to waive confidentiality or privilege. Use of this email > is prohibited when received in error.