Return-Path: Delivered-To: apmail-gump-commits-archive@www.apache.org Received: (qmail 89785 invoked from network); 20 Jul 2005 08:59:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 08:59:35 -0000 Received: (qmail 24255 invoked by uid 500); 20 Jul 2005 08:59:35 -0000 Mailing-List: contact commits-help@gump.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@gump.apache.org Delivered-To: mailing list commits@gump.apache.org Received: (qmail 24241 invoked by uid 99); 20 Jul 2005 08:59:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 01:59:35 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 20 Jul 2005 01:59:31 -0700 Received: (qmail 89779 invoked by uid 65534); 20 Jul 2005 08:59:34 -0000 Message-ID: <20050720085934.89778.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r219863 - in /gump/trunk: cron/ cron/demo.sh cron/local-env.sh.sample demo-gump-run Date: Wed, 20 Jul 2005 08:59:33 -0000 To: commits@gump.apache.org From: leosimons@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 = *