Hi Markus,

Why do you need to that?
I have named my module jobcv. and therefore the module xml is
jobcv.gwt.xml.
So i need to do an inherit of the module in the xml of that module?

Anyway when i try it it gives no result, the error stays the same.

It's a maven - gwt 2.0.0 application, maybe that's a cause?
I started this app from the maven-gwt-spring starter app. And renamed
all the necessary stuff. (and removed the spring dependencies)

Any further ideas? This is really blocking on the project.

kind regards.



On Jul 13, 5:30 pm, "D.IT Development ML" <[email protected]>
wrote:
> 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 [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