Error when running a GWTTestCase using maven gwt plugin
- by adancu
Hi,
I've created a test which extends GWTTestCase but I'm getting this error:
mvn integration-test gwt:test
Running com.myproject.test.ui.
GwtTestMyFirstTestCase
Translatable source found in...
[WARN] No source path entries; expect subsequent failures
[ERROR] Unable to find type 'java.lang.Object'
[ERROR] Hint: Check that your module…