#!/bin/sh APPDIR=`dirname $0`; java -cp "$APPDIR/src:$APPDIR/bin:/hmt/prost/rd/nlevitt/gwt-linux-1.2.22/gwt-user.jar:/hmt/prost/rd/nlevitt/gwt-linux-1.2.22/gwt-dev-linux.jar" com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" com.yomaps.census.Test;