Re: [gwt-contrib] Re: Not able to run GWTTestCase

2014-02-19 Thread Benoit Sautel
I had many issues to run some unit tests in my workspace using Eclipse. I eventually succeeded to run the one I wanted to and I had to do the some changes in Eclipse classpath configuration files. I attached the patch associated to these changes. It enabled me to run one test, I did not try to

Re: [gwt-contrib] Re: Not able to run GWTTestCase

2014-02-14 Thread Thomas Broyer
On the Eclipse side, I'd check whether the Jetty dependency is exported by the gwt-dev project. If it's not, then it won't be on the classpath of tests from the gwt-user project. It might be that we failed to properly update the Eclipse config files when updating Jetty (it does work for me, but

[gwt-contrib] Re: Not able to run GWTTestCase

2014-02-13 Thread Stephan Beutel
I also tried it with the Eclipse 3.8 and end up at the same point. I'm not able to run any GWTTestCase. Am Mittwoch, 12. Februar 2014 12:17:55 UTC+1 schrieb Stephan Beutel: Hello, I set up my Eclipse to contribute to GWT and worked through the Readme to set up an Eclipse workspace. All

Re: [gwt-contrib] Re: Not able to run GWTTestCase

2014-02-13 Thread Brian Slesinsky
I'm not an Eclipse user, but we did upgrade to Jetty 8.1 in 2.6 and its package changed. If you put the new version of Jetty in your classpath that will probably fix it. - Brian On Thu, Feb 13, 2014 at 6:44 AM, Stephan Beutel stephan.beu...@gmail.comwrote: I also tried it with the Eclipse