Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 40698 invoked from network); 16 Oct 2007 10:07:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 10:07:24 -0000 Received: (qmail 42542 invoked by uid 500); 16 Oct 2007 10:07:11 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 42432 invoked by uid 500); 16 Oct 2007 10:07:10 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Delivered-To: moderator for continuum-users@maven.apache.org Received: (qmail 30552 invoked by uid 99); 16 Oct 2007 09:54:59 -0000 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 dlecan@gmail.com designates 64.233.182.184 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=V5+51g6OCe0YkKT5KzTofjt46dyXgMpi/X9IdXmqpJ4=; b=QOiiHa8T7RIxIROoEvbflM1OshtQiBwVYSN0KkOozUIxtiVqc62M6hqg9s4cy58+wfD5U/KC4AaXKReF3iVcD33QT1jMJv07wqsSGUrnQYgcj0Yi+aJxekJNr3YTqmcwNDMdSm/vOqDlff8s8CTzn1h/CRP2eKx/mLgHb+QKqwg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Y1KzugG0hj7QSS6JTiKonabwEZNYtPgxpGd+o8vkYpTk80PXv2L2328eXLLzufu9HEcVK7Xtaf5YZ2I9NiX3LBbdx0A6p33NgOYIOLphgO5k9xtXgEjTztSMkOA8Q2j6mRsxC6oiaFSsFWMoxdC5TZNgCCjflRBYHYPZBETTBJw= Message-ID: Date: Tue, 16 Oct 2007 11:54:24 +0200 From: "Damien Lecan" Sender: dlecan@gmail.com To: continuum-users@maven.apache.org Subject: What happens when someone commits while a multi-project is building ? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: f1ccc9b27fbd5ea4 X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm working with Continuum 1.1-beta-3. I have a multi-project configured as a project group in Continuum, ie I can see 1 continuum project per Maven project. I setup a build scheduled each day at 11am. The complete build lasts 25min. Today, someone commited severals files in several projects during the build (at 11:15). Of course, projects already built were OK, but projects built after commit were updated by Continuum and built with errors ! They needed new files in projects already built by Continuum and so not updated. Is it a bug/feature ? Continuum should not update a project from SCM if a commit appears during a build. Thanks Damien