What is exactly the part of GWT you want to contribute with? What are the tests you have to run for that specific part? What are your OS and tools (java, ant, python, g++) versions?
I discourage you to try to run all the gwt test suite in your environment, I would focus on those tests relevant for your changes, if 'ant clean dist-dev' works ok, don't worry about tests because they are run continuously in our CI Normally if you are working with your code in eclipse, you might want to run specific tests from eclipse, to do that you only have to run like any other JUnit test except that you would have to edit the configuration and include source folders in it's class path, src, super, test* under gwt-user/core and gwt-dev/core. On Fri, Oct 17, 2014 at 10:00 AM, Scott Morgan <[email protected]> wrote: > Added the three classes to > /user/src/com/google/gwt/user/server/rpc/impl/LegacySerializationPolicy.java > > trying another full run... > > -- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit-contributors/b9b5c45b-7aa2-4d74-ad01-98c862f8a779%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/b9b5c45b-7aa2-4d74-ad01-98c862f8a779%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAsoR5K23V4vgQiLgMEfxnOz_OmhfH1uyx8k2MUqj0p9mA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
