Tuesday, July 22, 2014

Running GWT in development mode

Hi all,

i am running my gwt project in dev mode from the command line with maven like this:
mvn gwt:run

which works just fine. Now i tried to switch back to eclipse (for debugging). When i try to run the project (which worked once), i get and error like this for every <inherits> entry in my Project.gwt.xml:
      Loading inherited module 'testproject.Project'
         
Loading inherited module 'com.google.gwt.editor.Editor'
           
[ERROR] Unable to find 'com/google/gwt/editor/Editor.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
for
 <inherits name="com.google.gwt.editor.Editor"/>

Same goes for GinUiBinder. Can this be related to my pom.xml or is totally separated?

Thanks!

--
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