Hi Thomas,

did you inherit 'be.thomas.jobby.jobcv' in your project's .gwt.xml-File?

For example in project "Foo" you should have a file 'Foo.gwt.xml'. In this file you should
find a line

<inherits name="be.thomas.jobby.jobcv" />

Regards,
Markus

Thomas Van Driessche schrieb:
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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to