From continuum-commits-return-814-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Mon Aug 15 03:42:23 2005 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 5236 invoked from network); 15 Aug 2005 03:42:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Aug 2005 03:42:23 -0000 Received: (qmail 69644 invoked by uid 500); 15 Aug 2005 03:42:23 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 69627 invoked by uid 500); 15 Aug 2005 03:42:23 -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 69614 invoked by uid 99); 15 Aug 2005 03:42:23 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 14 Aug 2005 20:42:21 -0700 Received: (qmail 5205 invoked by uid 65534); 15 Aug 2005 03:42:21 -0000 Message-ID: <20050815034221.5204.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r232740 - /maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Summary.vm Date: Mon, 15 Aug 2005 03:42:21 -0000 To: continuum-commits@maven.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: brett Date: Sun Aug 14 20:42:17 2005 New Revision: 232740 URL: http://svn.apache.org/viewcvs?rev=232740&view=rev Log: fix function reference Modified: maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Summary.vm Modified: maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Summary.vm URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Summary.vm?rev=232740&r1=232739&r2=232740&view=diff ============================================================================== --- maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Summary.vm (original) +++ maven/continuum/trunk/continuum-web/src/main/resources/templates/screens/Summary.vm Sun Aug 14 20:42:17 2005 @@ -56,7 +56,8 @@ #end #if ( $item.latestBuildId ) - #set ( $build = $continuum.getLatestBuildForProject($item.id) ) + ## TODO: get rid of this call back to $continuum + #set ( $build = $continuum.getLatestBuildResultForProject($item.id) ) Last Result #else Last Result