Re: [gwt-contrib] Setting up gwt project for development

2016-05-09 Thread Michael Zhou
I filed https://github.com/bazelbuild/bazel/issues/1077 and it looks like Bazel will include support for gwt_application. On Monday, May 9, 2016 at 2:59:36 PM UTC-4, John Stalcup wrote: > > Konstantin: > > You're correct that internally we use Blaze (which is open sourced as > Bazel at

Re: [gwt-contrib] Can't run SourceMapTest in Eclipse

2016-04-06 Thread Michael Zhou
e build I > normally build the distributions and then inlcude gwt-dev.jar and > gwt-user.jar, IIRC. > > On Wed, Apr 6, 2016 at 2:24 PM, Michael Zhou <zhoumoto...@gmail.com > > wrote: > >> Got: >> Loading inherited module 'com.google.gwt.sample.hello.Hello' >>

[gwt-contrib] Can't run SourceMapTest in Eclipse

2016-04-06 Thread Michael Zhou
Got: Loading inherited module 'com.google.gwt.sample.hello.Hello' Loading inherited module 'com.google.gwt.user.User' Loading inherited module 'com.google.gwt.event.Event' Loading inherited module 'com.google.gwt.dom.DOM' Loading inherited module

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

2016-02-17 Thread Michael Zhou
That works. Thanks Goktug! On Tuesday, February 16, 2016 at 8:18:04 PM UTC-5, Goktug Gokdogan wrote: > > If you log via java.util.logger at Level.SEVERE, you will see those logs > locally. > > On Fri, Feb 12, 2016 at 6:01 PM, Michael Zhou <zhoumoto...@gmail.com > > wr

[gwt-contrib] Not able to run GWTTestCase in Eclipse

2016-02-12 Thread Michael Zhou
I have a test under gwt-user/core/test/com/google/gwt/emultest/ that I want to run in Eclipse. I imported gwt-user and gwt-dev according to trunk/eclipse/README.md. When I run the test as a JUnit test, I get: com.google.gwt.junit.JUnitFatalLaunchException: The test class

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

2016-02-12 Thread Michael Zhou
; > Hope that helps, > Daniel > > > > > On Fri, Feb 12, 2016 at 12:02 PM Michael Zhou <zhoumoto...@gmail.com > > wrote: > >> I have a test under gwt-user/core/test/com/google/gwt/emultest/ that I >> want to run in Eclipse. >> I imported gw

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

2016-02-12 Thread Michael Zhou
user/super/ > user/test/ > user/test-super/ > > Hope that helps, > Daniel > > > > > On Fri, Feb 12, 2016 at 12:02 PM Michael Zhou <zhoumoto...@gmail.com > > wrote: > >> I have a test under gwt-user/core/test/com/google/gwt/emultest/ that I >> want to

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

2016-02-12 Thread Michael Zhou
>>> >>> If you go to your Run Configuration under Classpath, hit adavanced and >>> add all required folders >>> >>> At least you should add: >>> >>> dev/core/super/ >>> user/src/ >>> user/super/ >>> user/test/