GWT Compilation requires that the Java source be available for every type which is part of a GWT module. You'll need to get the source for the Apache Commons library and add it to your classpath. I'm sure that all of Apache Commons is not translatable, but perhaps the parts that you're using (such as StringUtils) are translatable.
On Fri, Jul 31, 2009 at 4:01 PM, gangurg gangurg <[email protected]> wrote: > I have included org.apache.common.lang.StrinUtils in my Entry Point java > file . I have included common-lang.jar in my web-app library .The Java > Compilation goes through . but if i do a GWT compile i get the following > error > > [ERROR] Line 32: No source code is available for type > org.apache.commons.lang.StringUtils; did you forget to inherit a required > module? > > > I use Eclipse , GWT plug in . > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
