You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2011/05/18 18:35:32 UTC

svn commit: r1124334 - /geronimo/tck/branches/3.0/jcdi-tck-runner/run.command

Author: dblevins
Date: Wed May 18 16:35:32 2011
New Revision: 1124334

URL: http://svn.apache.org/viewvc?rev=1124334&view=rev
Log:
A little script to make running the tck more convenient for mac people

Added:
    geronimo/tck/branches/3.0/jcdi-tck-runner/run.command   (with props)

Added: geronimo/tck/branches/3.0/jcdi-tck-runner/run.command
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/jcdi-tck-runner/run.command?rev=1124334&view=auto
==============================================================================
--- geronimo/tck/branches/3.0/jcdi-tck-runner/run.command (added)
+++ geronimo/tck/branches/3.0/jcdi-tck-runner/run.command Wed May 18 16:35:32 2011
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# convenient way to use this script on a mac is to call 'open run.command'
+
+export GERONIMO_OPTS=" -Xmx2048m -XX:MaxPermSize=1440m -ea "
+#export GERONIMO_OPTS=" $GERONIMO_OPTS -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000"
+
+cd "$(dirname "$0")" &&
+mvn -o clean test -Dgeronimo-assembly -Dincontainer -DassemblyId=tomcat7-javaee6 -Dreleased | tee build.log
+read -p "press any key to exit" n

Propchange: geronimo/tck/branches/3.0/jcdi-tck-runner/run.command
------------------------------------------------------------------------------
    svn:executable = *