You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/09/13 18:08:36 UTC

svn commit: r694975 - /maven/sandbox/trunk/reports/maven-plugins-fixed.sh

Author: dennisl
Date: Sat Sep 13 09:08:36 2008
New Revision: 694975

URL: http://svn.apache.org/viewvc?rev=694975&view=rev
Log:
o Add a Unix shell script that can be hooked up to Hudson.

Added:
    maven/sandbox/trunk/reports/maven-plugins-fixed.sh   (with props)

Added: maven/sandbox/trunk/reports/maven-plugins-fixed.sh
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/reports/maven-plugins-fixed.sh?rev=694975&view=auto
==============================================================================
--- maven/sandbox/trunk/reports/maven-plugins-fixed.sh (added)
+++ maven/sandbox/trunk/reports/maven-plugins-fixed.sh Sat Sep 13 09:08:36 2008
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+export JAVA_HOME=/opt/java/sdk/current
+export JAVA_CMD=$JAVA_HOME/bin/java
+export JAVA_OPTS="-ms32m -mx256m"
+export JAVA="$JAVA_CMD $JAVA_OPTS"
+
+$JAVA -jar swizzle-jirareport-1.2.1-SNAPSHOT-dep.jar maven-plugins-fixed.vm > /home/j2ee-hudson/public_html/reports/maven-plugins-fixed.txt

Propchange: maven/sandbox/trunk/reports/maven-plugins-fixed.sh
------------------------------------------------------------------------------
    svn:eol-style = LF

Propchange: maven/sandbox/trunk/reports/maven-plugins-fixed.sh
------------------------------------------------------------------------------
    svn:keywords = Date Id