Wednesday, March 4, 2015

Update GWT 2.7

Hi,

I updated my application GWT with the new version 2.7. I have problems with generators, generated class, but before with the version GWT 2.6.1;everything was Ok, I don't change my code, only update the version of GWT 2.6.1 -> 2.7.

This is the error message :
[ERROR] Could not find fr.core.generator.MyClassLoader in types compiled from source. Is the source glob too strict?
...
[ERROR] Compiler returned false

I don't understand this message because the MyClassLoader is a class generated by a class(=MyClassLoaderGenerator) which extend com.google.gwt.core.ext.Generator.
When I survey the target created by maven 3, I have found this class :
target\.generated\fr\core\generator\MyClassLoader.

When I do : mvn clean install : no problem !
If I deploy my application in a Tomcat : no problem !
The problem happens when I do : mvn gwt:run (run the SuperDevMode).

Help me, thank you.

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