Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT tries to load a deleted module

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?

like image 379
Dmitry Avatar asked Apr 26 '10 12:04

Dmitry


Video Answer


1 Answers

Open Run Configurations... from the Run pulldown menu and go to tab Arguments. In the Program arguments box delete the path to your deleted module.

like image 113
Mike Morrison Avatar answered Oct 24 '22 00:10

Mike Morrison