comparison bin/run.sh @ 0:a1db30b33f43

Moved the experimental branch 'work-on-gwt' of the console-client to an own module 'http-client' and removed the console-client. http-client/trunk@1323 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 17 Feb 2011 10:31:40 +0000
parents
children 7261c948425c
comparison
equal deleted inserted replaced
-1:000000000000 0:a1db30b33f43
1 #!/bin/bash
2
3 DIR=`dirname $0`/..
4 DIR=`readlink -f "$DIR"`
5
6 CLASSPATH=
7 for l in `find "$DIR/target" -name \*.jar -print`; do
8 CLASSPATH=$CLASSPATH:$l
9 done
10
11 export CLASSPATH
12
13 exec java -Xmx256m \
14 -Djava.io.tmpdir="$DIR/cache" \
15 -Dconfig.dir="$DIR/conf" \
16 -Dconfig.file="demo-config.conf" \
17 de.intevation.bsh.consoleclient.ConsoleClient \
18 2>&1 > /dev/null

http://dive4elements.wald.intevation.org