Re: GWT 2.0.0 DevMode: Strange warning when RPC with some object as parameter

2012-08-13 Thread Chak Lai
I am assuming you are using GWT SDK In the Ant file build.xml, don't forget to update the path of GWT. !-- Configure path to GWT SDK -- property name=gwt.sdk location=C:/gwt-2.4.0 / You may also need to validation-api-1.0.0.GA.jar, validation-api-1.0.0.GA-sources.jar point to the right

GWT 2.0.0 DevMode: Strange warning when RPC with some object as parameter

2012-08-09 Thread Vitaliy K
Hi all, when I updated my project from GWT 2.0.0 to 2.4.0, noticed that in window GWT Development Mode at Jetty tab there is a warning: [WARN] Server class 'junit.framework.AssertionFailedError' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath