Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 85415 invoked from network); 7 Oct 2004 15:49:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Oct 2004 15:49:22 -0000 Received: (qmail 19237 invoked by uid 500); 7 Oct 2004 15:49:15 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 19158 invoked by uid 500); 7 Oct 2004 15:49:14 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 19144 invoked by uid 99); 7 Oct 2004 15:49:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [205.160.101.145] (HELO hqexch01.upstate.com) (205.160.101.145) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 07 Oct 2004 08:49:14 -0700 Received: from IQUITOS (81-202-64-48.user.ono.com [81.202.64.48]) by hqexch01.upstate.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id SRSYJHTP; Thu, 7 Oct 2004 11:52:56 -0400 Reply-To: From: "Eric Pugh" To: "Maven Users List" Subject: RE: CruiseControl, Maven, modificationsets Date: Thu, 7 Oct 2004 17:49:09 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Also, there is support for this in the plugin.. check the properties documentation. > -----Original Message----- > From: Winston.Rast@jeppesen.com [mailto:Winston.Rast@jeppesen.com] > Sent: Thursday, October 07, 2004 4:51 PM > To: Maven Users List; Nigel Magnay > Subject: Re: CruiseControl, Maven, modificationsets > > > Nigel, > > If the project you are dependent upon is also being built by > CruiseControl, > you can add a element inside the modificationset like so: > > logdir="/usr/local/cruisecontrol/logs/dependentProject"> > > > This basically states that anytime a new build of > dependentProject occurs, build the project even if there are no > changes in cvs. > > What this won't do is always build dependentProject first. That > is, if you make changes in both projects, there's no guarantee > that dependentProject > goes first. I'd like to see that feature > added somehow. > > -wr > > P.S. This topic probably makes more sense on the CruiseControl > mailing list. > > > > > > Nigel Magnay on 10/07/2004 06:05:58 AM > > Please respond to "Maven Users List" ; Please > respond to Nigel Magnay > > To: users@maven.apache.org, cruisecontrol-user@lists.sourceforge.net > cc: (bcc: Winston Rast/Jeppesen/TMC) > > Subject: CruiseControl, Maven, modificationsets > > > (Embedded image moved to file: pic24464.jpg) > Hi people > > We're using CruiseControl and Maven quite happily for individual > project builds and larger 'continuous integration' type stuff. > > Cruisecontrol gets launched with the cvs modificationset detecting > whether there have been any changes to a part of the cvs repo relevant > to that project. > > It would be very useful to have an additional modificationset that > used the maven dependency list in order to find out if any of the > dependencies has been modified in the local (or maybe remote) repo. > > I think it might be relatively easy to call out to maven to get it to > show the timestamp for all the dependencies that it is going to use, > and compare them to a previously stored list. > > Has anyone already written anything like this? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org