Revision 3190
Added by berkley over 17 years ago
KeplerClient-shell | ||
---|---|---|
1 | 1 |
#!/bin/sh |
2 | 2 |
APPDIR=`dirname $0`; |
3 |
java -cp "$APPDIR/src:$APPDIR/bin:/home/berkley/tools/gwt/gwt-user.jar:/home/berkley/tools/gwt/gwt-dev.jar:/home/berkley/project/kepler-web/lib/client.jar:/home/berkley/project/kepler-web/lib/utilities.jar:/home/berkley/project/kepler-web/lib/xalan.jar:/home/berkley/project/kepler-web/lib/xml-apis.jar" com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" org.kepler.web.KeplerClient/KeplerClient.html; |
|
3 |
GWT=/Users/berkley/tools/gwt |
|
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 |
|
|
6 |
java -XstartOnFirstThread -cp $CLASSPATH com.google.gwt.dev.GWTShell -out "$APPDIR/www" "$@" org.kepler.web.KeplerClient/KeplerClient.html; |
Also available in: Unified diff
modified the shell and compile scripts so that theyy are easier to modify for different systems