----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28724/ -----------------------------------------------------------
(Updated Dic. 4, 2014, 11:44 p.m.) Review request for wave and Yuri Zelikov. Changes ------- Updated the patch with some "inherits" needed after review 22776 (Profiling). Repository: wave Description (updated) ------- This patch fix gwt superdev mode classpath issue with jetty commented in this thread: https://mail-archives.apache.org/mod_mbox/incubator-wave-dev/201410.mbox/%3ccaar9wzwmu0wcptpstapbm87nrdwrecye8uzyf8515kazwpt...@mail.gmail.com%3E also follow the superdev mode correct configuration for gwt 2.6.1: http://www.gwtproject.org/articles/superdevmode.html and finally add some inherits to fix some issues introduced by https://reviews.apache.org/r/22776/ More info about superdev in: https://cwiki.apache.org/confluence/display/WAVE/Client+Development+Setup Diffs (updated) ----- build.xml 1b337ac src/org/waveprotocol/box/webclient/WebClientDev.gwt.xml 9b02cdd src/org/waveprotocol/wave/client/editor/Editor.gwt.xml 9eb40f0 src/org/waveprotocol/wave/client/testing/UndercurrentHarness.gwt.xml ed12256 Diff: https://reviews.apache.org/r/28724/diff/ Testing (updated) ------- That superdev mode starts without this Classnotfound exception. Test that ant waveharness-superdev and editor-superdev ant superdev-gwt runs without errors. Thanks, Vicente J. Ruiz Jurado