Tuesday, April 1, 2014

Re: The method isCompleteHtml(String) is undefined for the type SafeHtmlHostedModeUtils

isCompleteHtml is public since 2.5.0. Make sure you don't have some pre-2.5.0 libraries (e.g. gwt-servlet.jar) in your classpath that could conflict with your updated GWT 2.6.0 libs.

On Tuesday, April 1, 2014 10:06:17 AM UTC+2, Adrian Bastholm wrote:
Hi everyone,
I just upgraded GWT to 2.6 and I'm trying to use the SafeHtml utilities. Under debug the following message is thrown: 
Uncaught exception: java.lang.Error: Unresolved compilation problem: 
The method isCompleteHtml(String) is undefined for the type SafeHtmlHostedModeUtils

Eclipse Kepler doesn't find the SafeHtml classes on Open Resource, but the editor is finding them. What am I doing wrong ?
/A

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