now the PGF service communicates with Graphviz using UTF8 for the input and binary for the output

This commit is contained in:
krasimir
2010-04-22 14:01:08 +00:00
parent e2a8d4cf9e
commit f806a7890d
4 changed files with 46 additions and 9 deletions

View File

@@ -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'