Tuesday, March 17, 2015

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

No It's not common-lang. It refer gwt-dev.jar.

It's done. There is new package structure 
org.apache.common.lang3.StringUtils


Thanks,
Bhumika


On Tuesday, 17 March 2015 18:45:50 UTC+5:30, Juan Pablo Gardella wrote:
The import org.apache.commons.lang.StringUtils cannot be resolved means that commons-lang is not in your classpath. 

On 17 March 2015 at 05:11, Bhumika Thaker <thaker....@gmail.com> wrote:
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-we...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

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