Project

General

Profile

« Previous | Next » 

Revision 3196

Added by berkley over 17 years ago

more changes for the ajax stuff. it now works on the production server

View differences:

KeplerClient-compile
1 1
#!/bin/sh
2 2

  
3 3
APPDIR=`dirname $0`;
4
GWT=/home/berkley/tools/gwt
4
GWT=/home/berkley/library.kepler-project/gwt
5 5
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"
6 6

  
7
java -cp $CLASSPATH com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" org.kepler.web.KeplerClient;
7
java -cp $CLASSPATH com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" org.kepler.web.KeplerClient ;

Also available in: Unified diff