From continuum-users-return-2341-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Wed Aug 02 22:44:24 2006 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 11552 invoked from network); 2 Aug 2006 22:44:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2006 22:44:24 -0000 Received: (qmail 79881 invoked by uid 500); 2 Aug 2006 22:44:23 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 79862 invoked by uid 500); 2 Aug 2006 22:44:22 -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 Received: (qmail 79851 invoked by uid 99); 2 Aug 2006 22:44:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 15:44:22 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of baerrach@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; Wed, 02 Aug 2006 15:44:21 -0700 Received: by ug-out-1314.google.com with SMTP id m2so2400266ugc for ; Wed, 02 Aug 2006 15:44:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aO5FaMCc3qYM20ZkueFViua08K/7HFLiDJ7a5/9+Wh5f9tlxnIWVOW1PAD0qBEdb6/ddIxO1Y2iJJxwGjGSu1iViDfQbfJ1PGz9mGYC02zKVq4GULB3qP6SBSb+SH0FidPLhfRzDnKIrY3rQs+F0bDDLitQyFZ2mn6IOrcZ02vk= Received: by 10.78.147.19 with SMTP id u19mr555025hud; Wed, 02 Aug 2006 15:44:00 -0700 (PDT) Received: by 10.78.200.18 with HTTP; Wed, 2 Aug 2006 15:44:00 -0700 (PDT) Message-ID: Date: Thu, 3 Aug 2006 08:14:00 +0930 From: "Barrie Treloar" To: continuum-users@maven.apache.org Subject: My nightly builds don't appear to be scheduled (sometimes), how do I check what is going wrong? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have a project that contains modules. I have added that project and all it's modules and they are run hourly as per DEFAULT_SCHEDULE using "clean deploy", --batch-mode --non-recursive, pom.xml, DEFAULT, DEFAULT_SCHEDULE I also have a nightly build "NIGHTLY_SITE_BUILD", Build and deploy the site nightly, 0 15 19 ? * MON-FRI. I have added the project only (no modules) to the nightly build which runs these arguments "clean site site:deploy", --batch-mode, pom.xml, DEFAULT, NIGHTLY_SITE_BUILD. The reason that a duplicate project was added to Continuum is that if you just add another Build Definition into the project then by the time 7pm comes around there are no changes in CVS as the DEFAULT build definition has already done all the work and the site is not generated. The wierd thing is that the site build runs sometimes. If I go into the continuum working directory and run cvs -n update I can see that there are files that need updating. That would indicate that this particular project and build definition are not being run. The Builds tab (rightly) doesn't list each time the build is attempted to run and that there is nothing new to run a build against, but is there something I can do to tweak the logs so that this information gets written to continuum.log?