From continuum-commits-return-3523-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Mon Oct 08 09:30:10 2007 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 92545 invoked from network); 8 Oct 2007 09:30:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2007 09:30:09 -0000 Received: (qmail 71589 invoked by uid 500); 8 Oct 2007 09:29:57 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 71566 invoked by uid 500); 8 Oct 2007 09:29:57 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 71553 invoked by uid 99); 8 Oct 2007 09:29:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 02:29:57 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2007 09:30:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 067B81A9832; Mon, 8 Oct 2007 02:29:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r582758 - /maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java Date: Mon, 08 Oct 2007 09:29:27 -0000 To: continuum-commits@maven.apache.org From: evenisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071008092928.067B81A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: evenisse Date: Mon Oct 8 02:29:26 2007 New Revision: 582758 URL: http://svn.apache.org/viewvc?rev=582758&view=rev Log: Add build definition description Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java Modified: maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java?rev=582758&r1=582757&r2=582758&view=diff ============================================================================== --- maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java (original) +++ maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java Mon Oct 8 02:29:26 2007 @@ -1151,8 +1151,8 @@ buildDefinitionLabel = buildDefinition.getGoals(); } - getLogger().info( - "Enqueuing '" + project.getName() + "' (Build definition id=" + buildDefinitionId + ")." ); + getLogger().info( "Enqueuing '" + project.getName() + "' with build definition '" + buildDefinitionLabel + + "' - id=" + buildDefinitionId + ")." ); BuildProjectTask task = new BuildProjectTask( project.getId(), buildDefinitionId, trigger, project .getName(), buildDefinitionLabel );