From 027c14dcbb92ae8b748221e09dd19bcefeaa0376 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 8 Jul 2010 07:57:36 +0000 Subject: FridgeApp and TranslateApp now show the type errors --- src/server/gwt/Fridge-compile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/server/gwt/Fridge-compile') 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:' -- cgit v1.2.3