Tuesday, March 17, 2015

The import org.apache.commons.lang cannot be resolved in GWT 2.7

Hi,

I have upgraded gwt version from gwt 2.5 to gwt 2.7.

It shows error after upgrading 

The import org.apache.commons.lang.StringUtils cannot be resolved. 
org.apache.commons.lang.StringEscapeUtils cannot be resolved. 

At a line no. if (!StringUtils.isEmpty(pCommande)) 
StringEscapeUtils.unescapeHtml(file);

Is gwt remove support for it? is there alternate api for same? why is it removed?

Thanks,
Bhumika

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