Project

General

Profile

« Previous | Next » 

Revision 3207

Added by berkley over 17 years ago

updated installation instructions

View differences:

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

  
3 3
APPDIR=`dirname $0`;
4
GWT=/home/berkley/library.kepler-project/gwt
4
GWT=/home/berkley/tools/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 7
java -cp $CLASSPATH com.google.gwt.dev.GWTCompiler -out "$APPDIR/www" "$@" org.kepler.web.KeplerClient ;

Also available in: Unified diff