Hi,
I'm quite new to Google Web Toolkit, and i'm having a problem when i
created a test.
I inherited from GWTTestCase and overrided the getModuleName():
public String getModuleName() {
return "be.thomas.jobby.jobby";
}
Now when i run it it gives te following error:
Loading inherited module 'be.thomas.jobby.jobcv'
[ERROR] Unable to find 'be/thomas/jobby/jobby.gwt.xml' on your
classpath; could be a typo, or maybe you forgot to include a classpath
entry for source?
I have a package be.thomas.jobby under src/main/java and in that
package there is the jobby.gwt.xml file...
Any idea why he doesn't find it? I'm kinda stuck here.
kind regards
--
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.