jamesren | ca2a900 | 2010-04-20 22:33:22 +0000 | [diff] [blame^] | 1 | #!/bin/sh |
2 | APPDIR=`dirname $0`; | ||||
3 | GWTDIR=`$APPDIR/gwt_dir`; | ||||
4 | java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar:$GWTDIR/gwt-incubator.jar" com.google.gwt.dev.HostedMode -ea -startupUrl http://localhost:8000/afe/server/autotest.TestPlannerClient/TestPlannerClient.html "$@" autotest.TestPlannerClient |