You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by le...@apache.org on 2005/07/20 10:59:33 UTC

svn commit: r219863 - in /gump/trunk: cron/ cron/demo.sh cron/local-env.sh.sample demo-gump-run

Author: leosimons
Date: Wed Jul 20 01:59:32 2005
New Revision: 219863

URL: http://svn.apache.org/viewcvs?rev=219863&view=rev
Log:
Just-In-Time finish my demo profile.

Added:
    gump/trunk/cron/demo.sh   (with props)
    gump/trunk/cron/local-env.sh.sample
    gump/trunk/demo-gump-run   (with props)
Modified:
    gump/trunk/cron/   (props changed)

Propchange: gump/trunk/cron/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Jul 20 01:59:32 2005
@@ -1 +1,2 @@
 local-env-*.sh
+local-env.sh

Added: gump/trunk/cron/demo.sh
URL: http://svn.apache.org/viewcvs/gump/trunk/cron/demo.sh?rev=219863&view=auto
==============================================================================
--- gump/trunk/cron/demo.sh (added)
+++ gump/trunk/cron/demo.sh Wed Jul 20 01:59:32 2005
@@ -0,0 +1,8 @@
+echo see http://wiki.apache.org/gump/GumpScripts and
+echo     http://wiki.apache.org/gump/GumpCommandLineOptions
+echo for more info on the commandline options
+echo now running
+echo /bin/bash gump.sh -w $GUMP_HOME/metadata/demo.xml all
+echo ...
+
+/bin/bash gump.sh -w $GUMP_HOME/metadata/demo.xml all

Propchange: gump/trunk/cron/demo.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: gump/trunk/cron/demo.sh
------------------------------------------------------------------------------
    svn:executable = *

Added: gump/trunk/cron/local-env.sh.sample
URL: http://svn.apache.org/viewcvs/gump/trunk/cron/local-env.sh.sample?rev=219863&view=auto
==============================================================================
--- gump/trunk/cron/local-env.sh.sample (added)
+++ gump/trunk/cron/local-env.sh.sample Wed Jul 20 01:59:32 2005
@@ -0,0 +1,9 @@
+export GUMP_WORKSPACE=demo
+export GUMP_NO_SCM_UPDATE="yes"
+export GUMP_WORK_OFFLINE="yes"
+export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
+export CLASSPATH=$JAVA_HOME/lib/tools.jar
+export PATH=$JAVA_HOME/bin:$PATH
+
+export MAVEN_HOME=/usr/local/maven
+export PATH=$PATH:$MAVEN_HOME/bin

Added: gump/trunk/demo-gump-run
URL: http://svn.apache.org/viewcvs/gump/trunk/demo-gump-run?rev=219863&view=auto
==============================================================================
--- gump/trunk/demo-gump-run (added)
+++ gump/trunk/demo-gump-run Wed Jul 20 01:59:32 2005
@@ -0,0 +1,6 @@
+#!/bin/bash
+#export JAVA_HOME=/opt/local/jre # CHANGE THIS!
+export GUMP_HOME=`pwd`
+cd cron
+./demo.sh
+cd ..

Propchange: gump/trunk/demo-gump-run
------------------------------------------------------------------------------
    svn:executable = *