Hello all.

As a refresher, I tried to follow the unit testing tutorial from
http://code.google.com/intl/zh-CN/webtoolkit/tutorials/1.6/JUnit.html.
All works well until I try to run the unit test. It fails with 'Class
not found "com.google.gwt.sample.stockwatcher.client.StockWatcherTest"'

I checked all the paths and the scripts, but can not find anything wrong there.

The script that was generated looks like this:

#!/bin/sh
APPDIR=`dirname $0`;
java  -Dgwt.args="-out www-test" -Xmx256M -cp
"$APPDIR/src:$APPDIR/test:$APPDIR/war/WEB-INF/classes:/usr/share/java/junit.jar:/usr/lib/gwt/gwt-user.jar:/usr/lib/gwt/gwt-dev-linux.jar"
junit.textui.TestRunner
com.google.gwt.sample.stockwatcher.client.StockWatcherTest "$@";


Any idea?


Thanks,
Michael Vogt

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to