detailed information for the type errors from PGFService

This commit is contained in:
krasimir
2010-07-13 15:33:54 +00:00
parent 3ca0b6a976
commit 4fdd21f127
7 changed files with 55 additions and 13 deletions

View File

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