[jbpm-commits] JBoss JBPM SVN: r4256 - in jbpm4/branches/tbaeyens: bin and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Mar 16 21:20:06 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-03-16 21:20:06 -0400 (Mon, 16 Mar 2009)
New Revision: 4256

Added:
   jbpm4/branches/tbaeyens/bin/
   jbpm4/branches/tbaeyens/bin/test.distro.sh
Removed:
   jbpm4/branches/tbaeyens/windows/
Log:
test distro shell script

Copied: jbpm4/branches/tbaeyens/bin (from rev 4253, jbpm4/branches/tbaeyens/windows)

Added: jbpm4/branches/tbaeyens/bin/test.distro.sh
===================================================================
--- jbpm4/branches/tbaeyens/bin/test.distro.sh	                        (rev 0)
+++ jbpm4/branches/tbaeyens/bin/test.distro.sh	2009-03-17 01:20:06 UTC (rev 4256)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+JBPM4_ROOT=~/jbpm/jbpm4/branches/tbaeyens
+JBPM_VERSION=4.0.0-SNAPSHOT
+JBOSS_PARENT=~
+JBOSS_VERSION=5.0.0.GA
+DOWNLOAD_DIR=~/Descargas/jboss
+CONTAINER=jboss500
+DATABASE=hsqldb
+
+JBOSS_DISTRO_FILE=$DOWNLOAD_DIR/jboss-$JBOSS_VERSION.zip
+JBOSS_HOME=$JBOSS_PARENT/jboss-$JBOSS_VERSION
+
+rm -r $JBOSS_HOME
+unzip -q $JBOSS_DISTRO_FILE -d $JBOSS_PARENT
+cd $JBPM4_ROOT
+mvn -Pdistro -Ddatabase=$DATABASE -Djbpm.target.container=$CONTAINER -Djboss.home=$JBOSS_HOME clean install
+java -jar modules/distro/target/jbpm-installer-$JBPM_VERSION.jar modules/distro/target/resources/auto-install-template.xml
+# TODO redirect output to /dev/null?
+$JBOSS_HOME/bin/run.sh &
+clear




More information about the jbpm-commits mailing list