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

2016-04-06 Thread Michael Zhou
Thanks! Including gwt-dev.jar and gwt-user.jar does work.

On Wednesday, April 6, 2016 at 7:08:44 PM UTC-4, Roberto Lublinerman wrote:
>
> I am not sure what should be included. I use our internal setup that has 
> all those targets configured correctly already. In the open source 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  > wrote:
>
>> 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 'com.google.gwt.safehtml.SafeHtml'
>>Loading inherited module 'com.google.gwt.http.HTTP'
>>   Loading inherited module 
>> 'com.google.gwt.xhr.XMLHttpRequest'
>>  Loading inherited module 
>> 'com.google.gwt.typedarrays.TypedArrays'
>> Loading inherited module 
>> 'com.google.gwt.useragent.UserAgent'
>>[ERROR] Line 26: Unable to load class 
>> 'com.google.gwt.useragent.rebind.UserAgentPropertyGenerator'
>> java.lang.ClassNotFoundException: 
>> com.google.gwt.useragent.rebind.UserAgentPropertyGenerator
>>
>> I think my classpath has included all the folders needed:
>> gwt-dev/core/super/
>> gwt-dev/core/test/
>> gwt-user/core/super/
>> gwt-user/core/src/
>> gwt-user/core/test-super/
>> gwt/user/core/test/
>> Hello/core/
>> gwt-dev/
>>
>> Found https://groups.google.com/forum/#!topic/repo-discuss/LpzJZv1GGvI 
>> but didn't see a solution there.
>>
>> -- 
>> 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com 
>> .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-web-toolkit-contributors/a43d2e44-5b20-4897-b234-9975b2130da3%40googlegroups.com
>>  
>> 
>> .
>> 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/35567590-ece0-4966-aa0e-95ddb6f0a7ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-04-06 Thread 'Roberto Lublinerman' via GWT Contributors
I am not sure what should be included. I use our internal setup that has
all those targets configured correctly already. In the open source 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 
wrote:

> 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 'com.google.gwt.safehtml.SafeHtml'
>Loading inherited module 'com.google.gwt.http.HTTP'
>   Loading inherited module
> 'com.google.gwt.xhr.XMLHttpRequest'
>  Loading inherited module
> 'com.google.gwt.typedarrays.TypedArrays'
> Loading inherited module
> 'com.google.gwt.useragent.UserAgent'
>[ERROR] Line 26: Unable to load class
> 'com.google.gwt.useragent.rebind.UserAgentPropertyGenerator'
> java.lang.ClassNotFoundException:
> com.google.gwt.useragent.rebind.UserAgentPropertyGenerator
>
> I think my classpath has included all the folders needed:
> gwt-dev/core/super/
> gwt-dev/core/test/
> gwt-user/core/super/
> gwt-user/core/src/
> gwt-user/core/test-super/
> gwt/user/core/test/
> Hello/core/
> gwt-dev/
>
> Found https://groups.google.com/forum/#!topic/repo-discuss/LpzJZv1GGvI
> but didn't see a solution there.
>
> --
> 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-web-toolkit-contributors/a43d2e44-5b20-4897-b234-9975b2130da3%40googlegroups.com
> 
> .
> 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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAC7T7gm1ocX9bLL-Syg6uirzva7LEv9P7Px9H%2BOfPSuJKQGsMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[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 'com.google.gwt.safehtml.SafeHtml'
   Loading inherited module 'com.google.gwt.http.HTTP'
  Loading inherited module 
'com.google.gwt.xhr.XMLHttpRequest'
 Loading inherited module 
'com.google.gwt.typedarrays.TypedArrays'
Loading inherited module 
'com.google.gwt.useragent.UserAgent'
   [ERROR] Line 26: Unable to load class 
'com.google.gwt.useragent.rebind.UserAgentPropertyGenerator'
java.lang.ClassNotFoundException: 
com.google.gwt.useragent.rebind.UserAgentPropertyGenerator

I think my classpath has included all the folders needed:
gwt-dev/core/super/
gwt-dev/core/test/
gwt-user/core/super/
gwt-user/core/src/
gwt-user/core/test-super/
gwt/user/core/test/
Hello/core/
gwt-dev/

Found https://groups.google.com/forum/#!topic/repo-discuss/LpzJZv1GGvI but 
didn't see a solution there.

-- 
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 google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/a43d2e44-5b20-4897-b234-9975b2130da3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.