On Mon, Apr 18, 2011 at 4:19 AM, Jeff Schnitzer <[email protected]> wrote:
> I'm trying to recompile my app with GWT 2.3.0-M1 but I get a deluge of > errors in the logs. I seem to be able to make some of them go away by > adding validation-api-1.0.0.GA.jar to my project, but not all. I've > also tried addin gwt-servlet-deps.jar but it seems to have no effect. > > My application does not use RequestFactory. > > What am I doing wrong? My compile log is below. I also get > nastygrams in the logs when I try to run the app... but it seems to > work. > GWT 2.3.0-M1 now depends on javax.validation. You need both: validation-api-1.0.0.GA.jar and validation-api-1.0.0.GA-sources.jar -- 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.
