blob: b58ea24a332a5d10a3384fdc453624d2a089c023 [file] [log] [blame]
showard9f4500a2009-04-27 20:10:35 +00001#!/bin/sh
2APPDIR=`dirname $0`;
3GWTDIR=`$APPDIR/gwt_dir`;
4java -cp "$APPDIR/src:$APPDIR/bin:$GWTDIR/gwt-user.jar:$GWTDIR/gwt-dev-linux.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" http://localhost:8000/new_tko/server/autotest.EmbeddedTkoClient/EmbeddedTkoClientTest.html;