Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 96512 invoked from network); 1 Oct 2010 19:47:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 19:47:21 -0000 Received: (qmail 98397 invoked by uid 500); 1 Oct 2010 19:47:21 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 98348 invoked by uid 500); 1 Oct 2010 19:47:20 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 98341 invoked by uid 99); 1 Oct 2010 19:47:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 19:47:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 19:47:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AE3B223889DE; Fri, 1 Oct 2010 19:46:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003629 - /cxf/trunk/bin/jira-report.tmpl Date: Fri, 01 Oct 2010 19:46:57 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101001194657.AE3B223889DE@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Fri Oct 1 19:46:57 2010 New Revision: 1003629 URL: http://svn.apache.org/viewvc?rev=1003629&view=rev Log: Fix jira-report template Modified: cxf/trunk/bin/jira-report.tmpl Modified: cxf/trunk/bin/jira-report.tmpl URL: http://svn.apache.org/viewvc/cxf/trunk/bin/jira-report.tmpl?rev=1003629&r1=1003628&r2=1003629&view=diff ============================================================================== --- cxf/trunk/bin/jira-report.tmpl (original) +++ cxf/trunk/bin/jira-report.tmpl Fri Oct 1 19:46:57 2010 @@ -9,6 +9,13 @@ ## #set( $url = "${serverUrl}/secure/IssueNavigator.jspa?view=rss&&pid=${projectId}&status=1&tempMax=500&reset=true&decorator=none&updated%3Aprevious=-4w" ) #set( $jirarss = $rss.fetch( $url ) ) +#set( $issues = $jirarss.issues() ) +#set( $issues = $jirarss.fillAttachments() ) +#foreach( $issue in $issues ) +#set( $link = $issue.link.substring(4)) +#set( $link = "https$link") +#set( $void = $issue.setLink($link)) +#end #set( $issues = $jirarss.fillAttachments() ) #set( $void = $date.format("yyyy-MM-dd") ) ## @@ -16,7 +23,7 @@ TO: $to FROM: $from SUBJECT: Issues with Attachments: week of $date - + #end ## #foreach( $issue in $issues )