When compile GWT,I receive the following error:

[ERROR] Unexpected
java.lang.NoSuchFieldError:
reportUnusedDeclaredThrownExceptionIncludeDocCommentReference

I googled around and found the solution

- Right-click the project > Properties
- Java Build Path > Order and Export
- Move the GWT SDK above the Server Library (like Apache Tomcat or
SpringSource tc Server)

This did solve the compile error. However the method used
org.apache.commons.digester.Digester module are redlined. It tried to
find the digest RuleSetBase interface in gwt-dev.jar.

Has anyone came cross similar problem before? Help please!!!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to