From e3a279e457c8159c07db2db652dbe151afb51f36 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 22 Apr 2010 14:01:08 +0000 Subject: now the PGF service communicates with Graphviz using UTF8 for the input and binary for the output --- src/server/gwt/Translate-compile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/server/gwt') diff --git a/src/server/gwt/Translate-compile b/src/server/gwt/Translate-compile index 42c02da33..a2c6faaf0 100644 --- a/src/server/gwt/Translate-compile +++ b/src/server/gwt/Translate-compile @@ -1,6 +1,8 @@ #!/bin/sh APPDIR=`dirname $0`; +export GWT_DIR="/home/angelov/gwt-linux-1.5.3" +export 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' -- cgit v1.2.3