Thursday, February 19, 2015

Re: Unexpected error while processing XML


gwt-maven-plugin:2.6.1:compile (default) @ com.ibank.myproject.test ---
[INFO] Loading inherited module 'com.ibank.myproject.test.Test'
[INFO]    Loading inherited module 'com.ibank.myproject.framework.ui'
[INFO]       [ERROR] Unexpected error while processing XML
[INFO] java.lang.NoClassDefFoundError: com/google/gwt/core/ext/GeneratorExt

As already said if your app has a custom generator that extends GeneratorExt you have to refactor that generator to extend IncrementalGenerator instead. Given the above output it seems like that your  com.ibank.myproject.framework.ui GWT module might have a <generate-with> tag pointing to a generator that extends GeneratorExt.

-- J.

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