Revision 3195
Added by berkley over 17 years ago
KeplerClient-shell | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
APPDIR=`dirname $0`; |
3 |
GWT=/Users/berkley/tools/gwt
|
|
3 |
GWT=/home/berkley/tools/gwt
|
|
4 | 4 |
CLASSPATH="$APPDIR/src:$APPDIR/bin:$GWT/gwt-user.jar:$GWT/gwt-dev.jar:$APPDIR/lib/client.jar:$APPDIR/lib/utilities.jar:$APPDIR/lib/xalan.jar:$APPDIR/lib/xml-apis.jar" |
5 | 5 |
|
6 |
java -XstartOnFirstThread -cp $CLASSPATH com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" org.kepler.web.KeplerClient/KeplerClient.html; |
|
6 |
java -cp $CLASSPATH com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" org.kepler.web.KeplerClient/KeplerClient.html; |
Also available in: Unified diff
updated the ajax code to make it easier to install. also updated the installation instructions.