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/11/17 20:22:38 UTC

svn commit: r476264 - in /maven/sandbox/reports: plugin-vote-email.vm run.sh swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar swizzle-jirareport-1.2.1-SNAPSHOT-dep.jar

Author: jvanzyl
Date: Fri Nov 17 11:22:37 2006
New Revision: 476264

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

Added:
    maven/sandbox/reports/swizzle-jirareport-1.2.1-SNAPSHOT-dep.jar   (with props)
Removed:
    maven/sandbox/reports/swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar
Modified:
    maven/sandbox/reports/plugin-vote-email.vm
    maven/sandbox/reports/run.sh

Modified: maven/sandbox/reports/plugin-vote-email.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/reports/plugin-vote-email.vm?view=diff&rev=476264&r1=476263&r2=476264
==============================================================================
--- maven/sandbox/reports/plugin-vote-email.vm (original)
+++ maven/sandbox/reports/plugin-vote-email.vm Fri Nov 17 11:22:37 2006
@@ -1,11 +1,13 @@
 #set( $jira = $xmlrpc.connect("swizzletester:swizzle","http://jira.codehaus.org/rpc/xmlrpc") )
-#set( $project = $jira.getProject("MWAR") )
-#set( $version = $jira.getVersion( $project, "2.0.2") )
+#set( $project = $jira.getProject(PROJECT_KEY) )
+#set( $version = $jira.getVersion( $project, PROJECT_VERSION) )
 #set( $url = "http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&&pid=${project.id}&fixfor=${version.id}&tempMax=500&reset=true&decorator=none" )
 $version
 $url
 #set( $issues = $rss.fetch($url).issues )
- 
+
+$project.name
+
 #foreach( $issue in $issues.sort("id").sort("priority") )
   [$issue.key] $issue.summary
 #end

Modified: maven/sandbox/reports/run.sh
URL: http://svn.apache.org/viewvc/maven/sandbox/reports/run.sh?view=diff&rev=476264&r1=476263&r2=476264
==============================================================================
--- maven/sandbox/reports/run.sh (original)
+++ maven/sandbox/reports/run.sh Fri Nov 17 11:22:37 2006
@@ -2,6 +2,6 @@
 
 (
 
-java -jar swizzle-jirareport-1.0.1-SNAPSHOT-nodep.jar maven-plugins.vm
+java -jar swizzle-jirareport-1.2.1-SNAPSHOT-nodep.jar maven-plugins.vm
 
 ) 2>&1 | tee $HOME/repository-staging/to-ibiblio/reports/plugins/plugin-issues.txt

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

Propchange: maven/sandbox/reports/swizzle-jirareport-1.2.1-SNAPSHOT-dep.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream