----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12363/#review22913 -----------------------------------------------------------
You didn't update the Ant build to add the validation-api JARs to the classpath. .classpath <https://reviews.apache.org/r/12363/#comment46654> I don't recall the Eclipse setup for launching DevMode but I think you might want to include validation-api-1.0.0-sources.jar as a <classpathentry> on its own. - Thomas Broyer On July 9, 2013, 3:33 p.m., Vicente J. Ruiz Jurado wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12363/ > ----------------------------------------------------------- > > (Updated July 9, 2013, 3:33 p.m.) > > > Review request for wave, Ali Lown and Yuri Zelikov. > > > Repository: wave-git > > > Description > ------- > > Just an update of gwt to its lastest version. > > I've included two new jars to avoid this compilation warning: > (...) > Detected warnings related to > 'com.google.gwt.editor.client.SimpleBeanEditorDriver'. Are > validation-api-<version>.jar and validation-api-<version>-sources.jar on the > classpath? > (...) > > Jars can be downloaded from: > http://www.gwtproject.org/download.html > or directly from: > http://kune.ourproject.org/kothers/gwt-2.5.1.tgz > > > Diffs > ----- > > .classpath 725749b > > test/org/waveprotocol/wave/client/editor/extract/PasteFormatRendererGwtTest.java > 8f061f9 > third_party/codegen/gwt/README.google 0a4328d > third_party/codegen/gwt/gwt-dev.jar 957c8ca > third_party/codegen/gwt/gwt-user.jar bfef250 > third_party/codegen/gwt/validation-api-1.0.0.GA-sources.jar PRE-CREATION > third_party/codegen/gwt/validation-api-1.0.0.GA.jar PRE-CREATION > > Diff: https://reviews.apache.org/r/12363/diff/ > > > Testing > ------- > > Normal gwt compilations, server tests, and gwt junit tests. > > > Thanks, > > Vicente J. Ruiz Jurado > >
