You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/06/20 14:44:07 UTC

svn commit: r669878 - in /geronimo/gshell/trunk: build extract gsh rebuild

Author: jdillon
Date: Fri Jun 20 05:44:07 2008
New Revision: 669878

URL: http://svn.apache.org/viewvc?rev=669878&view=rev
Log:
Add some scripts which I use to help build/run for testing

Added:
    geronimo/gshell/trunk/build   (with props)
    geronimo/gshell/trunk/extract   (with props)
    geronimo/gshell/trunk/gsh   (with props)
    geronimo/gshell/trunk/rebuild   (with props)

Added: geronimo/gshell/trunk/build
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/build?rev=669878&view=auto
==============================================================================
--- geronimo/gshell/trunk/build (added)
+++ geronimo/gshell/trunk/build Fri Jun 20 05:44:07 2008
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+mvn "$@" -e && `dirname $0`/extract
+

Propchange: geronimo/gshell/trunk/build
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/gshell/trunk/extract
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/extract?rev=669878&view=auto
==============================================================================
--- geronimo/gshell/trunk/extract (added)
+++ geronimo/gshell/trunk/extract Fri Jun 20 05:44:07 2008
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+rm -rf gshell-*-SNAPSHOT && gunzip -c ./gshell-assembly/target/gshell-*-bin.tar.gz | tar xf -
+

Propchange: geronimo/gshell/trunk/extract
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/gshell/trunk/gsh
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gsh?rev=669878&view=auto
==============================================================================
--- geronimo/gshell/trunk/gsh (added)
+++ geronimo/gshell/trunk/gsh Fri Jun 20 05:44:07 2008
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+JAVA_OPTS="-ea" `dirname $0`/gshell-*/bin/gsh -e "$@"

Propchange: geronimo/gshell/trunk/gsh
------------------------------------------------------------------------------
    svn:executable = *

Added: geronimo/gshell/trunk/rebuild
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/rebuild?rev=669878&view=auto
==============================================================================
--- geronimo/gshell/trunk/rebuild (added)
+++ geronimo/gshell/trunk/rebuild Fri Jun 20 05:44:07 2008
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+nuketarget && `dirname $0`/build "$@" 

Propchange: geronimo/gshell/trunk/rebuild
------------------------------------------------------------------------------
    svn:executable = *