Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
400 |
jp_milcent |
1 |
#!/bin/sh
|
|
|
2 |
APPDIR=`dirname $0`;
|
1221 |
jpm |
3 |
java -Dgwt.args="-out war/coel-test" -Xmx256M -cp "$APPDIR/src:$APPDIR/test:$APPDIR/bin:/opt/eclipse/plugins/org.junit_3.8.2.v20090203-1005/junit.jar:/opt/gwt-2.0.3/gwt-user.jar:/opt/gwt-2.0.3/gwt-dev.jar:/opt/gxt-2.1.1/gxt.jar" junit.textui.TestRunner org.tela_botanica.client.CoelTestSuite "$@";
|