Mercurial > dive4elements > framework
diff contrib/run.sh @ 19:1259d192e3c3
* New configuration based on config directory
* Artifact database launches REST web server at startup.
artifacts/trunk@43 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 09 Sep 2009 07:55:44 +0000 |
parents | |
children | ff666592c1c3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/run.sh Wed Sep 09 07:55:44 2009 +0000 @@ -0,0 +1,10 @@ +#!/bin/bash +RESTLET=`find ~/.m2 -name org\.restlet\*.jar` +H2=`find ~/.m2 -name h2-\*.jar` +LOG4J=`find ~/.m2 -name log4j-1.2.13\*.jar` +#echo $RESTLET +#echo $LOG4J +#echo $H2 +DIR=`dirname $0`/.. +export CLASSPATH=$DIR/artifact-database/target/classes:$DIR/artifacts/target/classes:$RESTLET:$LOG4J:$H2 +java "$@"