NoSuchFieldError: reportUnusedDeclaredThrownExceptionIncludeDocCommentReference
Par Jerome le mercredi 30 novembre 2011, 15:18 - Informatique - Lien permanent
Got this while compiling my GWT app
Java.lang.NoSuchFieldError:
reportUnusedDeclaredThrownExceptionIncludeDocCommentReferenceIt did not occur when compiling with previous GWT compiler, but occurred with 2.4.0. Another WTF?!?? -- code was unchanged.
A handy message on the GWT Google group says that the order of export put in place by Maven was guilty.
I up-ped the GWT dev and user JARs
Find message here http://groups.google.com/group/google-web-toolkit/browse_thread/thread/df489e1344e1b61d
with my answer