summaryrefslogtreecommitdiff
path: root/src/server/gwt/Fridge-compile
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-07-08 07:57:36 +0000
committerkrasimir <krasimir@chalmers.se>2010-07-08 07:57:36 +0000
commit027c14dcbb92ae8b748221e09dd19bcefeaa0376 (patch)
tree2ec905303c1ca85a6b13d3cfd70002bb94f68a75 /src/server/gwt/Fridge-compile
parentef4b0689022ecd48c5d38204b5d45f156da2deb1 (diff)
FridgeApp and TranslateApp now show the type errors
Diffstat (limited to 'src/server/gwt/Fridge-compile')
-rw-r--r--src/server/gwt/Fridge-compile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/gwt/Fridge-compile b/src/server/gwt/Fridge-compile
index 89a7f5fb9..d8335ae5c 100644
--- a/src/server/gwt/Fridge-compile
+++ b/src/server/gwt/Fridge-compile
@@ -2,6 +2,9 @@
APPDIR=`dirname $0`;
+GWT_DIR="/home/angelov/gwt-linux-1.5.3"
+GWT_CLASSPATH="$GWT_DIR/gwt-user.jar:$GWT_DIR/gwt-dev-linux.jar"
+
if [ -z "$GWT_CLASSPATH" ]; then
echo 'ERROR: $GWT_CLASSPATH is not set'
echo 'Set $GWT_CLASSPATH to point to the GWT JAR files. For example:'