Gotlifebar / gwtquery-plugins

Automatically exported from code.google.com/p/gwtquery-plugins
0 stars 0 forks source link

Problem loading inherit module #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi! I am new using your  library. I have dowloaded it and added to my project 
by eclipse (build path -> add external archives). Now I go to the myApp.gwt.xml 
to add the line:

<inherits name="gwtquery.plugins.droppable.Droppable"/>

After that, I run the app and it throws a error:

01:58:06,731 [DEBUG] Loading inherited module 
'com.mycompany.project.GwtPortletSample'

01:58:06,731 [DEBUG] Loading inherited module 
'gwtquery.plugins.droppable.Droppable'

01:58:06,732 [ERROR] Unable to find 
'gwtquery/plugins/droppable/Droppable.gwt.xml' on your classpath; could be a 
typo, or maybe you forgot to include a classpath entry for source?

01:58:06,732 [ERROR] Line 6: Unexpected exception while processing element 
'inherits'

01:58:06,732 [ERROR] Failure while parsing XML

01:58:06,732 [ERROR] Unexpected error while processing XML

01:58:06,732  [ERROR] Failed to load module 
'com.mycompany.project.GwtPortletSample' from user agent 'Mozilla/5.0 (Windows 
NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 
Safari/537.36' at 127.0.0.1:52914

Could you help me?

Thanks a lot.

Original issue reported on code.google.com by javier.a...@gmail.com on 11 Mar 2014 at 2:56