GWT tries to load a deleted module

Posted by Dmitry on Stack Overflow See other posts from Stack Overflow or by Dmitry
Published on 2010-04-26T12:51:16Z Indexed on 2010/04/26 12:53 UTC
Read the original article Hit count: 240

Filed under:
|
|

I am using Eclispe with Google plugin for AppEngine and GWT. Recently I created a test GWT module, but eventually it has been deleted from the project and I can not find any sign of it in the project now.

However, whenever I run the web app locally, I get in console the following message:

Loading modules
   com.piq.exemity.Test
      [ERROR] Unable to find 'com/XXXXXX/Test.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?

Has anyone got any idea where it can be hiding?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about gwt