summaryrefslogtreecommitdiff
path: root/src/ui/gwt/Translate-compile
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-07-13 15:33:54 +0000
committerkrasimir <krasimir@chalmers.se>2010-07-13 15:33:54 +0000
commit4fdd21f1273e75b84e87c49b95b02e9fc149b5c0 (patch)
tree2f23924035d3b2a45918ea4bd215de57d313520a /src/ui/gwt/Translate-compile
parent3ca0b6a976719be9f1fe17481441061bb7d18f45 (diff)
detailed information for the type errors from PGFService
Diffstat (limited to 'src/ui/gwt/Translate-compile')
-rw-r--r--src/ui/gwt/Translate-compile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/gwt/Translate-compile b/src/ui/gwt/Translate-compile
index 220cf4a46..c2fbca65c 100644
--- a/src/ui/gwt/Translate-compile
+++ b/src/ui/gwt/Translate-compile
@@ -2,6 +2,9 @@
APPDIR=`dirname $0`;
+GWT_DIR="/home/angelov/gwt-2.0.4"
+GWT_CLASSPATH="$GWT_DIR/gwt-user.jar:$GWT_DIR/gwt-dev.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:'