Tuesday, July 22, 2014

Re: Running GWT in development mode

I guess you are right:
https://groups.google.com/forum/#!topic/codehaus-mojo-gwt-maven-plugin-users/HO3To26d1fY
Thanks :)

Am Dienstag, 22. Juli 2014 11:14:37 UTC+2 schrieb Thomas Broyer:
It's most likely related to your POM.
Could you run "mvn -X gwt:run" and then copy/paste the part about "gwt:run"? (and your POM too)
BTW, I think we should move this discussion to https://groups.google.com/d/forum/codehaus-mojo-gwt-maven-plugin-users as it's very unlikely to be a problem with GWT proper.

On Tuesday, July 22, 2014 10:58:44 AM UTC+2, Arthur Rosenzahl wrote:
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