Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 73600 invoked from network); 13 Jan 2009 20:14:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 20:14:09 -0000 Received: (qmail 95181 invoked by uid 500); 13 Jan 2009 20:14:08 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 95153 invoked by uid 500); 13 Jan 2009 20:14:08 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 95141 invoked by uid 99); 13 Jan 2009 20:14:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 12:14:08 -0800 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 ikeralmandoz.lists@gmail.com designates 209.85.221.20 as permitted sender) Received: from [209.85.221.20] (HELO mail-qy0-f20.google.com) (209.85.221.20) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 20:14:00 +0000 Received: by qyk13 with SMTP id 13so198867qyk.2 for ; Tue, 13 Jan 2009 12:13:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language :message-id; bh=X5frDMseDVV8KsSI5nGgfkakFHdaqT5E8oBK5WjOaDM=; b=ThBfyGc9SBYKWsnzDeAkrULtFWFWI21EZWvan/rlsPbcMXyPPoZSRRXIC+mO8IhamJ CzRYj7x/2llq5Ef5sUCzNJV99vmeIFfUNPj6HO0fObgooBZapxjUZI1bUcxRGbnUEnTb doHPdk6o1wB7PTuafnyuWkHXEbR0ocBc8Ja20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language:message-id; b=tAEgdvLYQCzyhBdkXCZZGuwESph9zI74VJ320oDy1j7tC9C84h8FsMjSDAPGrwYZEJ 27pW8FoDXDKD5qxJHd1tG+4lZvoMqfZJ8MT2KxAKUvB0efSoeVjkbgnwW5l5ur30x+9Z Yx+fR5xS1g6eeH5vT0hNI5tOvItvRFmzm9oA0= Received: by 10.215.101.14 with SMTP id d14mr27411294qam.134.1231877618960; Tue, 13 Jan 2009 12:13:38 -0800 (PST) Received: from Iker (user-12lc2rs.cable.mindspring.com [69.86.11.124]) by mx.google.com with ESMTPS id 9sm4026227yxs.15.2009.01.13.12.13.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Jan 2009 12:13:38 -0800 (PST) From: "Iker Almandoz" To: References: <496cb353.4403be0a.1403.25e7@mx.google.com> In-Reply-To: Subject: RE: Builds files generated under "working-directory" --> All modules built everytime. Date: Tue, 13 Jan 2009 15:13:36 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 thread-index: Acl1tMvEDznbxxqcT8OqoEW//rVEggAAg0Fg Content-Language: en-us Message-ID: <496cf5f2.8905be0a.4b82.1b64@mx.google.com> X-Virus-Checked: Checked by ClamAV on apache.org Wendy, You are right that 'checkstyle' has nothing to do on this. It was my misunderstanding of the tree. I tried adding the 'target' folder to my '.cvsignore'. However, the scm is currently ignoring the contents of the .cvsignore. When I do "mvn scm:diff -Dmaven.scm.provider.cvs.implementation=cvs_native" I don't see the target but if I do with the java only version, then 'target is shown as a modification. Can I configure continuum to use 'cvs_native' implementation ? Any other thoughts ? Thanks for the help, Iker -----Original Message----- From: Wendy Smoak [mailto:wsmoak@gmail.com] Sent: Tuesday, January 13, 2009 2:26 PM To: users@continuum.apache.org Subject: Re: Builds files generated under "working-directory" --> All modules built everytime. On Tue, Jan 13, 2009 at 8:29 AM, Iker Almandoz wrote: > When "continuum" runs the maven goal, it generates a target folder under the > "working directory" rather than the "build output directory" for the > checkstyle related outputs. That sounds normal. The build output directory is for the log file (what you would see scrolling by if you built it at the command line). Continuum also plays favorites with Surefire, copies the test results to the build output directory, and puts a link on the results web page. AFAIK, it doesn't do anything special with Checkstyle, so you can expect to find those under 'target'. You can publish the project website if you want to view them online. (There's been talk of introducing a plugin architecture for Continuum which would make it easier to add things like this to the results page.) > Then in my "continuum" log I can see the following: > > 2009-01-12 07:36:34,711 [pool-1-thread-1] INFO buildController - Merging > SCM results > > 2009-01-12 07:36:34,780 [pool-1-thread-1] INFO buildController - The > project was not built because all changes are unknown (maybe local > modifications or ignored files not defined in your SCM tool. > > 2009-01-12 07:36:35,008 [pool-1-thread-1] INFO buildController - Changes > found in the current project, building > > 2009-01-12 07:36:35,009 [pool-1-thread-1] INFO buildController - > Performing action update-project-from-working-directory > > This causes all the projects to be rebuilt every hour which is making the > updated continuum version hard to use. That's odd... but what makes you think this is related to the Checkstyle html file? Perhaps you just need to add the 'target' directory to the ignored list? -- Wendy