From ivy-user-return-4092-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Wed Oct 15 11:47:55 2008 Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 50535 invoked from network); 15 Oct 2008 11:47:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2008 11:47:55 -0000 Received: (qmail 96182 invoked by uid 500); 15 Oct 2008 11:47:55 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 96157 invoked by uid 500); 15 Oct 2008 11:47:55 -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 96146 invoked by uid 99); 15 Oct 2008 11:47:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2008 04:47:55 -0700 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adrian@last.fm designates 170.20.0.82 as permitted sender) Received: from [170.20.0.82] (HELO mail82.bc.fw.cbsig.net) (170.20.0.82) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 15 Oct 2008 11:46:49 +0000 Received: (qmail 13325 invoked from network); 15 Oct 2008 11:47:25 -0000 Received: from unknown (HELO ?10.180.255.218?) (10.180.255.218) by mail1.cbs.com with SMTP; 15 Oct 2008 11:47:25 -0000 Message-ID: <48F5D84C.3020307@last.fm> Date: Wed, 15 Oct 2008 12:47:24 +0100 From: Adrian Woodhead User-Agent: Thunderbird 2.0.0.6 (X11/20070824) MIME-Version: 1.0 To: ivy-user@ant.apache.org Subject: Re: Ivy latest.integration References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Using "latest.integration" will retrieve whatever Ivy decides is the latest version of an artifact. You can set this to be any specific version you have published if you so desire. For example, if you published version 1.1 of module "x" and then later published version 1.2, using "latest.integration" will retrieve 1.2, but if you set revision="1.1" it will retrieve 1.1 which I think is what you want? msmith39@ups.com wrote: > Can anyone help me out with my question below? Thanks in advance. > > -Michael > > _____________________________________________ > From: Smith Michael (FVY9DST) > Sent: Tuesday, October 14, 2008 11:43 AM > To: ivy-user@ant.apache.org > Subject: Ivy latest.integration > > Hello, > > I'm new to Ivy Publisher and it's currently used with Cruise Control v2.5. The scripts are working fine and the source control tool is PVCS Version Manager 8.1.3. > > All builds are fine as long as we are monitoring the tip versions. But this is now getting out of control and we need to apply a version label to the artifacts and build based on that. I noticed in the scripts the revision is set to: rev="latest.integration". Is there a way we can set it to: rev="DEV-10.10" or any assigned version label? > > We have about 48-50 components and there are inter-dependencies with several. I want to institute branching as well, thus also introduces floating the label when check-in's take place and we could be on 2-3 different build labels at the same time. > > Any help would be greatly appreciated. > > > >