GWT testing can't find module xml

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

GWT testing can't find module xml

Postby kwast » Tue Jul 13, 2010 4:21 am

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():

Code: Select all
public String getModuleName() {
               return "be.thomas.jobby.jobby";
       }


Now when i run it it gives te following error:

Code: Select all
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
kwast
 
Posts: 1
Joined: Tue Jul 13, 2010 4:18 am

Re: GWT testing can't find module xml

Postby Eric Clayberg » Tue Jul 13, 2010 4:38 am

That would be a general GWT question rather than a GWT Designer question, so it would be best posted to Google's GWT forum.

Without an actual test case, I don't know what the problem is. Could be a classpath issue or a module inheritance issue (both of which are common, general GWT issues).
Eric Clayberg
Software Engineering Manager
Google
http://code.google.com/webtoolkit/download.html

Author: "Eclipse Plug-ins"
http://www.qualityeclipse.com
Eric Clayberg
Moderator
 
Posts: 4503
Joined: Tue Sep 30, 2003 6:39 am
Location: Boston, MA USA


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 1 guest