You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/09/07 03:58:01 UTC

svn commit: r440939 - in /maven/reports: ./ plugin-votes.vm run.sh swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar

Author: jvanzyl
Date: Wed Sep  6 18:58:00 2006
New Revision: 440939

URL: http://svn.apache.org/viewvc?view=rev&rev=440939
Log: (empty)

Added:
    maven/reports/run.sh   (with props)
    maven/reports/swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar   (with props)
Modified:
    maven/reports/   (props changed)
    maven/reports/plugin-votes.vm

Propchange: maven/reports/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep  6 18:58:00 2006
@@ -0,0 +1,3 @@
+*~
+*.xml
+*.log

Modified: maven/reports/plugin-votes.vm
URL: http://svn.apache.org/viewvc/maven/reports/plugin-votes.vm?view=diff&rev=440939&r1=440938&r2=440939
==============================================================================
--- maven/reports/plugin-votes.vm (original)
+++ maven/reports/plugin-votes.vm Wed Sep  6 18:58:00 2006
@@ -2,6 +2,13 @@
 #set( $projects = $jira.getProjects().matches("name", "Maven 2.*Plugin") )
 
         
+<document>
+  <properties>
+    <title>Articles on Maven</title>
+    <author email="jason@maven.org">Jason van Zyl</author>
+  </properties>
+  <body>
+    <section name="Plugins">
 #foreach( $project in $projects )
 #set( $url = "http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&&pid=${project.id}&status=1&sorter/field=issuekey&sorter/order=DESC&tempMax=100&reset=true&decorator=none" )
 #set( $jirarss = $rss.fetch( $url ) )
@@ -10,10 +17,22 @@
 #set( $project.attributes.issues = $jirarss.issues )
 #end
 
+
 #foreach( $project in $projects.descending("@totalVotes") )
-  $project.attributes.totalVotes  $project.name
+      <table>
+        <tr>
+          <td>$project.attributes.totalVotes</td>
+          <td>$project.name</td>
+        </tr>
 #foreach( $issue in $project.attributes.issues.descending("votes") )
-    ($issue.votes)  $issue.summary
+        <tr>
+          <td>$issue.votes</td>
+          <td>$issue.summary</td>
+        </tr>
 #end
-
+      </table>
 #end
+
+    </section>
+  </body>
+</document>

Added: maven/reports/run.sh
URL: http://svn.apache.org/viewvc/maven/reports/run.sh?view=auto&rev=440939
==============================================================================
--- maven/reports/run.sh (added)
+++ maven/reports/run.sh Wed Sep  6 18:58:00 2006
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+java -jar swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar plugin-votes.vm > plugin-votes.xml

Propchange: maven/reports/run.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/reports/run.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: maven/reports/run.sh
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Added: maven/reports/swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar
URL: http://svn.apache.org/viewvc/maven/reports/swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar?view=auto&rev=440939
==============================================================================
Binary file - no diff available.

Propchange: maven/reports/swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream