Sunday, June 15, 2014

GWT trying to load deleted module

Loading modules
   samples.hellomaps.src.com.google.gwt.maps.sample.hellomaps.HelloMaps
      Loading inherited module 'samples.hellomaps.src.com.google.gwt.maps.sample.hellomaps.HelloMaps'
         [ERROR] Unable to find 'samples/hellomaps/src/com/google/gwt/maps/sample/hellomaps/HelloMaps.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
[ERROR] shell failed in doStartup method

While resolving merge conflicts between the maps component and my login component, I realized that I hadaccidentally  imported gwt-maps-1.1.1 as a class folder into my project through Properties > Java Build Path. I deleted that folder from the project and the build path. Then I tried running the project as a web application and that above message appeared on my console tab.

 

Here are the steps I took to try and fix the error:

1 removed anything to do with maps on project.xml and html file. 

2 git reset --hard in Gitbash to not save any changes I made during my botched merge

3 delete project from Eclipse and on disk and then re-clone project from Github.

4 hard roll back to a commit I made that was purely all about login and absolutely no maps

 

Despite all the steps I took (I am on step 4), I am still getting this error. Has anybody else encountered the same error and managed to resolve it? Do you have any idea of what else I can try short of deleting and re-installing Eclipse? 

 

Any input would help. Thanks in advance.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment