[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-10 Thread stuckagain
Hi Daniel,

I can help testing a bit on OSX Safari/Chrome/FireFox.

If those tests are also possible disconnected from the internet I could 
also try on Win7/IE11/Chrome/FireFox.

PS: How is Singular coming along ? I'm still waiting anxiously for a first 
release (even unstable) to play with it.

David

On Monday, November 2, 2015 at 9:14:07 PM UTC+1, Daniel Kurka wrote:
>
> Hi all,
>
> the GWT team needs help testing the GWT 2.8.1-beta1 release. As always, 
> before we publicize the release we are doing a bunch of DOA (dead on 
> arrival tests) before we open the release to the broader community.
>
> Platforms that need testing:
>
>- Chrome (Linux or mac),
>- Window IE11,
>- Windows IE8
>- Window IE9
>- OSX safari
>- Firefox (Linux or mac)
>
> We should have either chrome on mac and firefox on linux or the other way 
> around.
>
> If you are interested in helping to test the release send me an email and 
> I'll share details with you!
>
> -Daniel
>

-- 
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/4bde5d1c-e669-4e42-845e-7b8554785680%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-10 Thread Petrică Clement Chiriac
Daniel is GWT 2.8.1-beta1 or GWT 2.8.0-beta1 ?

Thanks,
Petrica Chiriac


On Monday, November 2, 2015 at 10:14:07 PM UTC+2, Daniel Kurka wrote:
>
> Hi all,
>
> the GWT team needs help testing the GWT 2.8.1-beta1 release. As always, 
> before we publicize the release we are doing a bunch of DOA (dead on 
> arrival tests) before we open the release to the broader community.
>
> Platforms that need testing:
>
>- Chrome (Linux or mac),
>- Window IE11,
>- Windows IE8
>- Window IE9
>- OSX safari
>- Firefox (Linux or mac)
>
> We should have either chrome on mac and firefox on linux or the other way 
> around.
>
> If you are interested in helping to test the release send me an email and 
> I'll share details with you!
>
> -Daniel
>

-- 
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/d6ef29da-8fe8-4a84-b0cd-d480540e78fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread Lars
After the "Redo file watching refactor." change 
(d746d952defbd42c81317ccbd5da0f1561b81d36) both CodeServer and Compiler are 
broken for my project and also for the following build in samples (see 
below).
What went wrong?
Btw. I'm using Windows7 and Java7...

Buildfile: C:\Projects2\gwt-git\samples\build.xml
build:
-do:
dynatable:
check.build.type:
source:
[mkdir] Created dir: 
C:\Projects2\gwt-git\build\out\samples\DynaTable\src
 [copy] Copying 15 files to 
C:\Projects2\gwt-git\build\out\samples\DynaTable\src
[mkdir] Created dir: 
C:\Projects2\gwt-git\build\out\samples\DynaTable\war
 [copy] Copying 4 files to 
C:\Projects2\gwt-git\build\out\samples\DynaTable\war
serverlibs:
[mkdir] Created dir: 
C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\lib
compile:
[mkdir] Created dir: 
C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
[gwt.javac] Compiling 13 source files to 
C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
[gwt.javac] Note: Some input files use or override a deprecated API.
[gwt.javac] Note: Recompile with -Xlint:deprecation for details.
gwtc:
 [java] Compiling module com.google.gwt.sample.dynatable.DynaTable
 [java]Ignored 78 units with compilation errors in first pass.
 [java] Compile with -strict or with -logLevel set to TRACE or DEBUG to 
see all errors.
 [java]Finding entry point classes
 [java]   [ERROR] Hint: Check the inheritance chain from your 
module; it may not be inheriting a required module or a module may not be 
adding its source path entries properly

BUILD FAILED
C:\Projects2\gwt-git\samples\build.xml:58: The following error occurred 
while executing this line:
C:\Projects2\gwt-git\samples\build.xml:46: The following error occurred 
while executing this line:
C:\Projects2\gwt-git\samples\build.xml:10: The following error occurred 
while executing this line:
C:\Projects2\gwt-git\samples\common.ant.xml:143: Java returned: 1

Total time: 13 seconds

Buildfile: C:\Projects2\gwt-git\dev\codeserver\build.xml
compile:
build:
demo:
 [java] Turning off precompile in incremental mode.
 [java] Super Dev Mode starting up
 [java]workDir: 
C:\Users\LGEMEI~1\AppData\Local\Temp\gwt-codeserver-8211969745799431939.tmp
 [java]Loading Java files in com.google.gwt.sample.hello.Hello.
 [java]Ignored 80 units with compilation errors in first pass.
 [java] Compile with -strict or with -logLevel set to TRACE or DEBUG to 
see all errors.
 [java]Finding entry point classes
 [java]   [ERROR] Hint: Check that the type name 
'com.google.gwt.sample.hello.client.Hello' is really what you meant
 [java]   [ERROR] Hint: Check that your classpath includes all 
required source roots

BUILD FAILED
C:\Projects2\gwt-git\dev\codeserver\build.xml:81: Java returned: 1

Total time: 11 seconds

-- 
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/e6734a71-0fe4-4cdb-b56a-ef45a690ff44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: Help testing the GWT 2.8 release

2015-11-10 Thread Brandon Donnelson
@stuckagain, contact Colin for getting signed up to test one of the OSes. 

@Petrica it will be GWT 2.8.0-beta1

On Tuesday, November 10, 2015 at 3:40:51 AM UTC-8, Petrică Clement Chiriac 
wrote:
>
> Daniel is GWT 2.8.1-beta1 or GWT 2.8.0-beta1 ?
>
> Thanks,
> Petrica Chiriac
>
>
> On Monday, November 2, 2015 at 10:14:07 PM UTC+2, Daniel Kurka wrote:
>>
>> Hi all,
>>
>> the GWT team needs help testing the GWT 2.8.1-beta1 release. As always, 
>> before we publicize the release we are doing a bunch of DOA (dead on 
>> arrival tests) before we open the release to the broader community.
>>
>> Platforms that need testing:
>>
>>- Chrome (Linux or mac),
>>- Window IE11,
>>- Windows IE8
>>- Window IE9
>>- OSX safari
>>- Firefox (Linux or mac)
>>
>> We should have either chrome on mac and firefox on linux or the other way 
>> around.
>>
>> If you are interested in helping to test the release send me an email and 
>> I'll share details with you!
>>
>> -Daniel
>>
>

-- 
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/660a0547-38ac-4a84-aca7-201732aeef9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Manuel Carrasco Moñino
Seems that method overloading is not working anymore with JS_RC mode, it
was working in JS mode though:

Example:

   boolean validate()
   boolean validate(String foo)

Is it a feature not implemented yet, or it is not in the specification?

Thanks
- Manolo


On Mon, Nov 9, 2015 at 3:40 PM, Cristian Rinaldi 
wrote:

> Thanks Julien!!!
>
> This work fine!!
>
> El viernes, 23 de octubre de 2015, 4:13:55 (UTC-3), Goktug Gokdogan
> escribió:
>>
>> As we are getting close to 2.8 release I wrote a new document that is
>> concentrating on jsinterop features to be released in 2.8:
>>
>> https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#
>>
>> Please share your feedback.
>>
>> Thanks,
>>
>> Goktug
>>
> --
> 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/51f767f9-0afd-48fd-bef8-a9106b0d716a%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/CAM28XAtrYCKBHtp6ccqnxTq%3Dq2EK8jB-A57qqFX05U2sw6-12w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Julien Dramaix
Method overloading works in native JsType JsType(isNative=true)

On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino 
wrote:

> Seems that method overloading is not working anymore with JS_RC mode, it
> was working in JS mode though:
>
> Example:
>
>boolean validate()
>boolean validate(String foo)
>
> Is it a feature not implemented yet, or it is not in the specification?
>
> Thanks
> - Manolo
>
>
> On Mon, Nov 9, 2015 at 3:40 PM, Cristian Rinaldi 
> wrote:
>
>> Thanks Julien!!!
>>
>> This work fine!!
>>
>> El viernes, 23 de octubre de 2015, 4:13:55 (UTC-3), Goktug Gokdogan
>> escribió:
>>>
>>> As we are getting close to 2.8 release I wrote a new document that is
>>> concentrating on jsinterop features to be released in 2.8:
>>>
>>> https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#
>>>
>>> Please share your feedback.
>>>
>>> Thanks,
>>>
>>> Goktug
>>>
>> --
>> 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/51f767f9-0afd-48fd-bef8-a9106b0d716a%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/CAM28XAtrYCKBHtp6ccqnxTq%3Dq2EK8jB-A57qqFX05U2sw6-12w%40mail.gmail.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/CABb_3%3D62mQ0iqjRBc8E8vbPTWqtE61gUcb-1qbKATt8wtrsUTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Manuel Carrasco Moñino
I see, it works, thanks.

Any plan to work as well with gwt exported classes ?

On Tue, Nov 10, 2015 at 5:33 PM, Julien Dramaix 
wrote:

> Method overloading works in native JsType JsType(isNative=true)
>
> On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino 
> wrote:
>
>> Seems that method overloading is not working anymore with JS_RC mode, it
>> was working in JS mode though:
>>
>> Example:
>>
>>boolean validate()
>>boolean validate(String foo)
>>
>> Is it a feature not implemented yet, or it is not in the specification?
>>
>> Thanks
>> - Manolo
>>
>>
>> On Mon, Nov 9, 2015 at 3:40 PM, Cristian Rinaldi 
>> wrote:
>>
>>> Thanks Julien!!!
>>>
>>> This work fine!!
>>>
>>> El viernes, 23 de octubre de 2015, 4:13:55 (UTC-3), Goktug Gokdogan
>>> escribió:

 As we are getting close to 2.8 release I wrote a new document that is
 concentrating on jsinterop features to be released in 2.8:

 https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#

 Please share your feedback.

 Thanks,

 Goktug

>>> --
>>> 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/51f767f9-0afd-48fd-bef8-a9106b0d716a%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/CAM28XAtrYCKBHtp6ccqnxTq%3Dq2EK8jB-A57qqFX05U2sw6-12w%40mail.gmail.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/CABb_3%3D62mQ0iqjRBc8E8vbPTWqtE61gUcb-1qbKATt8wtrsUTw%40mail.gmail.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/CAM28XAtTjvgcdJLojY4C4ouNzDUOBOXTF_TKjxRA8V2Azjoecw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
No plan to support through Java implementors, although there are plans to
support varargs which would let you accomplish something similar.
On Nov 10, 2015 08:53, "Manuel Carrasco Moñino"  wrote:

> I see, it works, thanks.
>
> Any plan to work as well with gwt exported classes ?
>
> On Tue, Nov 10, 2015 at 5:33 PM, Julien Dramaix 
> wrote:
>
>> Method overloading works in native JsType JsType(isNative=true)
>>
>> On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino 
>> wrote:
>>
>>> Seems that method overloading is not working anymore with JS_RC mode, it
>>> was working in JS mode though:
>>>
>>> Example:
>>>
>>>boolean validate()
>>>boolean validate(String foo)
>>>
>>> Is it a feature not implemented yet, or it is not in the specification?
>>>
>>> Thanks
>>> - Manolo
>>>
>>>
>>> On Mon, Nov 9, 2015 at 3:40 PM, Cristian Rinaldi 
>>> wrote:
>>>
 Thanks Julien!!!

 This work fine!!

 El viernes, 23 de octubre de 2015, 4:13:55 (UTC-3), Goktug Gokdogan
 escribió:
>
> As we are getting close to 2.8 release I wrote a new document that is
> concentrating on jsinterop features to be released in 2.8:
>
> https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#
>
> Please share your feedback.
>
> Thanks,
>
> Goktug
>
 --
 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/51f767f9-0afd-48fd-bef8-a9106b0d716a%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/CAM28XAtrYCKBHtp6ccqnxTq%3Dq2EK8jB-A57qqFX05U2sw6-12w%40mail.gmail.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/CABb_3%3D62mQ0iqjRBc8E8vbPTWqtE61gUcb-1qbKATt8wtrsUTw%40mail.gmail.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/CAM28XAtTjvgcdJLojY4C4ouNzDUOBOXTF_TKjxRA8V2Azjoecw%40mail.gmail.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/CAC7T7gk0jt7HDSPDX22f9LX5SLdxK8Hm9D1rzo92ac2qzoMXHw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Manuel Carrasco Moñino
var args sounds pretty good, but some kind of overloading based on the
number of parameters like we had in gwt-exporter should cover many use
cases, compiler could give an error (like it does now) when it sees two
methods with the same-number-of-parameters signature.



On Tue, Nov 10, 2015 at 5:59 PM, 'Roberto Lublinerman' via GWT Contributors
 wrote:

> No plan to support through Java implementors, although there are plans to
> support varargs which would let you accomplish something similar.
> On Nov 10, 2015 08:53, "Manuel Carrasco Moñino"  wrote:
>
>> I see, it works, thanks.
>>
>> Any plan to work as well with gwt exported classes ?
>>
>> On Tue, Nov 10, 2015 at 5:33 PM, Julien Dramaix > > wrote:
>>
>>> Method overloading works in native JsType JsType(isNative=true)
>>>
>>> On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino <
>>> man...@apache.org> wrote:
>>>
 Seems that method overloading is not working anymore with JS_RC mode,
 it was working in JS mode though:

 Example:

boolean validate()
boolean validate(String foo)

 Is it a feature not implemented yet, or it is not in the specification?

 Thanks
 - Manolo


 On Mon, Nov 9, 2015 at 3:40 PM, Cristian Rinaldi 
 wrote:

> Thanks Julien!!!
>
> This work fine!!
>
> El viernes, 23 de octubre de 2015, 4:13:55 (UTC-3), Goktug Gokdogan
> escribió:
>>
>> As we are getting close to 2.8 release I wrote a new document that is
>> concentrating on jsinterop features to be released in 2.8:
>>
>> https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#
>>
>> Please share your feedback.
>>
>> Thanks,
>>
>> Goktug
>>
> --
> 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/51f767f9-0afd-48fd-bef8-a9106b0d716a%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/CAM28XAtrYCKBHtp6ccqnxTq%3Dq2EK8jB-A57qqFX05U2sw6-12w%40mail.gmail.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/CABb_3%3D62mQ0iqjRBc8E8vbPTWqtE61gUcb-1qbKATt8wtrsUTw%40mail.gmail.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/CAM28XAtTjvgcdJLojY4C4ouNzDUOBOXTF_TKjxRA8V2Azjoecw%40mail.gmail.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/CAC7T7gk0jt7HDS

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread Manuel Carrasco Moñino
Another issue in the new implementation is that it's not supported any more
static shared fields in JsType native interfaces, I think if we support
static methods we should support static fields as well, or is there i any
reason to prevent it ?.

On Tue, Nov 10, 2015 at 6:11 PM, Manuel Carrasco Moñino 
wrote:

> var args sounds pretty good, but some kind of overloading based on the
> number of parameters like we had in gwt-exporter should cover many use
> cases, compiler could give an error (like it does now) when it sees two
> methods with the same-number-of-parameters signature.
>
>
>
> On Tue, Nov 10, 2015 at 5:59 PM, 'Roberto Lublinerman' via GWT
> Contributors  wrote:
>
>> No plan to support through Java implementors, although there are plans to
>> support varargs which would let you accomplish something similar.
>> On Nov 10, 2015 08:53, "Manuel Carrasco Moñino" 
>> wrote:
>>
>>> I see, it works, thanks.
>>>
>>> Any plan to work as well with gwt exported classes ?
>>>
>>> On Tue, Nov 10, 2015 at 5:33 PM, Julien Dramaix <
>>> julien.dram...@gmail.com> wrote:
>>>
 Method overloading works in native JsType JsType(isNative=true)

 On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino <
 man...@apache.org> wrote:

> Seems that method overloading is not working anymore with JS_RC mode,
> it was working in JS mode though:
>
> Example:
>
>boolean validate()
>boolean validate(String foo)
>
> Is it a feature not implemented yet, or it is not in the specification?
>
> Thanks
> - Manolo
>
>
> On Mon, Nov 9, 2015 at 3:40 PM, Cristian Rinaldi 
> wrote:
>
>> Thanks Julien!!!
>>
>> This work fine!!
>>
>> El viernes, 23 de octubre de 2015, 4:13:55 (UTC-3), Goktug Gokdogan
>> escribió:
>>>
>>> As we are getting close to 2.8 release I wrote a new document that
>>> is concentrating on jsinterop features to be released in 2.8:
>>>
>>> https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#
>>>
>>> Please share your feedback.
>>>
>>> Thanks,
>>>
>>> Goktug
>>>
>> --
>> 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/51f767f9-0afd-48fd-bef8-a9106b0d716a%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/CAM28XAtrYCKBHtp6ccqnxTq%3Dq2EK8jB-A57qqFX05U2sw6-12w%40mail.gmail.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/CABb_3%3D62mQ0iqjRBc8E8vbPTWqtE61gUcb-1qbKATt8wtrsUTw%40mail.gmail.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/CAM28XAtTjvgcdJLojY4C4ouNzDUOBOXTF_TKjxRA8V2Azjoecw%40mail.gmail.com
>>> 

Re: [gwt-contrib] Re: New JsInterop document

2015-11-10 Thread 'Goktug Gokdogan' via GWT Contributors
In native types, the support for static methods are same as the support for
static fields; only overlays are supported because we don't modify the
native types. Can you give an example that works with static methods and
doesn't work with static field but should work as well? What do you mean by
"static shared fields"?


wrt. overloading: we are not planning to support automatic dispatches per
argument count in this version. And btw, method overloading never worked
earlier and we recently added support and just for native types.

On Tue, Nov 10, 2015 at 4:19 PM, Manuel Carrasco Moñino 
wrote:

>
> Another issue in the new implementation is that it's not supported any
> more static shared fields in JsType native interfaces, I think if we
> support static methods we should support static fields as well, or is there
> i any reason to prevent it ?.
>
> On Tue, Nov 10, 2015 at 6:11 PM, Manuel Carrasco Moñino  > wrote:
>
>> var args sounds pretty good, but some kind of overloading based on the
>> number of parameters like we had in gwt-exporter should cover many use
>> cases, compiler could give an error (like it does now) when it sees two
>> methods with the same-number-of-parameters signature.
>>
>>
>>
>> On Tue, Nov 10, 2015 at 5:59 PM, 'Roberto Lublinerman' via GWT
>> Contributors  wrote:
>>
>>> No plan to support through Java implementors, although there are plans
>>> to support varargs which would let you accomplish something similar.
>>> On Nov 10, 2015 08:53, "Manuel Carrasco Moñino" 
>>> wrote:
>>>
 I see, it works, thanks.

 Any plan to work as well with gwt exported classes ?

 On Tue, Nov 10, 2015 at 5:33 PM, Julien Dramaix <
 julien.dram...@gmail.com> wrote:

> Method overloading works in native JsType JsType(isNative=true)
>
> On Tue, Nov 10, 2015 at 5:15 PM Manuel Carrasco Moñino <
> man...@apache.org> wrote:
>
>> Seems that method overloading is not working anymore with JS_RC mode,
>> it was working in JS mode though:
>>
>> Example:
>>
>>boolean validate()
>>boolean validate(String foo)
>>
>> Is it a feature not implemented yet, or it is not in the
>> specification?
>>
>> Thanks
>> - Manolo
>>
>>
>> On Mon, Nov 9, 2015 at 3:40 PM, Cristian Rinaldi > > wrote:
>>
>>> Thanks Julien!!!
>>>
>>> This work fine!!
>>>
>>> El viernes, 23 de octubre de 2015, 4:13:55 (UTC-3), Goktug Gokdogan
>>> escribió:

 As we are getting close to 2.8 release I wrote a new document that
 is concentrating on jsinterop features to be released in 2.8:

 https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit#

 Please share your feedback.

 Thanks,

 Goktug

>>> --
>>> 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/51f767f9-0afd-48fd-bef8-a9106b0d716a%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/CAM28XAtrYCKBHtp6ccqnxTq%3Dq2EK8jB-A57qqFX05U2sw6-12w%40mail.gmail.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/CABb_3%3D62mQ0iqjRBc8E8vbPTWqtE61gUcb-1qbKATt8wtrsUTw%40mail.gmail.com
> 

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
Could you run it with -Dgwt.watchFileChanges=false and let us know? That
flag should turn of the file watching logic.

On Tue, Nov 10, 2015 at 6:39 AM, Lars  wrote:

> After the "Redo file watching refactor." change
> (d746d952defbd42c81317ccbd5da0f1561b81d36) both CodeServer and Compiler are
> broken for my project and also for the following build in samples (see
> below).
> What went wrong?
> Btw. I'm using Windows7 and Java7...
>
> Buildfile: C:\Projects2\gwt-git\samples\build.xml
> build:
> -do:
> dynatable:
> check.build.type:
> source:
> [mkdir] Created dir:
> C:\Projects2\gwt-git\build\out\samples\DynaTable\src
>  [copy] Copying 15 files to
> C:\Projects2\gwt-git\build\out\samples\DynaTable\src
> [mkdir] Created dir:
> C:\Projects2\gwt-git\build\out\samples\DynaTable\war
>  [copy] Copying 4 files to
> C:\Projects2\gwt-git\build\out\samples\DynaTable\war
> serverlibs:
> [mkdir] Created dir:
> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\lib
> compile:
> [mkdir] Created dir:
> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
> [gwt.javac] Compiling 13 source files to
> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
> [gwt.javac] Note: Some input files use or override a deprecated API.
> [gwt.javac] Note: Recompile with -Xlint:deprecation for details.
> gwtc:
>  [java] Compiling module com.google.gwt.sample.dynatable.DynaTable
>  [java]Ignored 78 units with compilation errors in first pass.
>  [java] Compile with -strict or with -logLevel set to TRACE or DEBUG
> to see all errors.
>  [java]Finding entry point classes
>  [java]   [ERROR] Hint: Check the inheritance chain from your
> module; it may not be inheriting a required module or a module may not be
> adding its source path entries properly
>
> BUILD FAILED
> C:\Projects2\gwt-git\samples\build.xml:58: The following error occurred
> while executing this line:
> C:\Projects2\gwt-git\samples\build.xml:46: The following error occurred
> while executing this line:
> C:\Projects2\gwt-git\samples\build.xml:10: The following error occurred
> while executing this line:
> C:\Projects2\gwt-git\samples\common.ant.xml:143: Java returned: 1
>
> Total time: 13 seconds
>
> Buildfile: C:\Projects2\gwt-git\dev\codeserver\build.xml
> compile:
> build:
> demo:
>  [java] Turning off precompile in incremental mode.
>  [java] Super Dev Mode starting up
>  [java]workDir:
> C:\Users\LGEMEI~1\AppData\Local\Temp\gwt-codeserver-8211969745799431939.tmp
>  [java]Loading Java files in com.google.gwt.sample.hello.Hello.
>  [java]Ignored 80 units with compilation errors in first pass.
>  [java] Compile with -strict or with -logLevel set to TRACE or DEBUG
> to see all errors.
>  [java]Finding entry point classes
>  [java]   [ERROR] Hint: Check that the type name
> 'com.google.gwt.sample.hello.client.Hello' is really what you meant
>  [java]   [ERROR] Hint: Check that your classpath includes all
> required source roots
>
> BUILD FAILED
> C:\Projects2\gwt-git\dev\codeserver\build.xml:81: Java returned: 1
>
> Total time: 11 seconds
>
> --
> 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/e6734a71-0fe4-4cdb-b56a-ef45a690ff44%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/CAC7T7g%3DD%3DAKYZeRENFNRGOOZ2zir_ZL3bqMXKZE_0k0QnpraJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread 'Goktug Gokdogan' via GWT Contributors
Also is this happening in any other configuration? Java8? windows 10?

I can't reproduce it with mac or linux.


On Tue, Nov 10, 2015 at 9:39 PM, 'Roberto Lublinerman' via GWT Contributors
 wrote:

> Could you run it with -Dgwt.watchFileChanges=false and let us know? That
> flag should turn of the file watching logic.
>
> On Tue, Nov 10, 2015 at 6:39 AM, Lars  wrote:
>
>> After the "Redo file watching refactor." change
>> (d746d952defbd42c81317ccbd5da0f1561b81d36) both CodeServer and Compiler are
>> broken for my project and also for the following build in samples (see
>> below).
>> What went wrong?
>> Btw. I'm using Windows7 and Java7...
>>
>> Buildfile: C:\Projects2\gwt-git\samples\build.xml
>> build:
>> -do:
>> dynatable:
>> check.build.type:
>> source:
>> [mkdir] Created dir:
>> C:\Projects2\gwt-git\build\out\samples\DynaTable\src
>>  [copy] Copying 15 files to
>> C:\Projects2\gwt-git\build\out\samples\DynaTable\src
>> [mkdir] Created dir:
>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war
>>  [copy] Copying 4 files to
>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war
>> serverlibs:
>> [mkdir] Created dir:
>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\lib
>> compile:
>> [mkdir] Created dir:
>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
>> [gwt.javac] Compiling 13 source files to
>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
>> [gwt.javac] Note: Some input files use or override a deprecated API.
>> [gwt.javac] Note: Recompile with -Xlint:deprecation for details.
>> gwtc:
>>  [java] Compiling module com.google.gwt.sample.dynatable.DynaTable
>>  [java]Ignored 78 units with compilation errors in first pass.
>>  [java] Compile with -strict or with -logLevel set to TRACE or DEBUG
>> to see all errors.
>>  [java]Finding entry point classes
>>  [java]   [ERROR] Hint: Check the inheritance chain from your
>> module; it may not be inheriting a required module or a module may not be
>> adding its source path entries properly
>>
>> BUILD FAILED
>> C:\Projects2\gwt-git\samples\build.xml:58: The following error occurred
>> while executing this line:
>> C:\Projects2\gwt-git\samples\build.xml:46: The following error occurred
>> while executing this line:
>> C:\Projects2\gwt-git\samples\build.xml:10: The following error occurred
>> while executing this line:
>> C:\Projects2\gwt-git\samples\common.ant.xml:143: Java returned: 1
>>
>> Total time: 13 seconds
>>
>> Buildfile: C:\Projects2\gwt-git\dev\codeserver\build.xml
>> compile:
>> build:
>> demo:
>>  [java] Turning off precompile in incremental mode.
>>  [java] Super Dev Mode starting up
>>  [java]workDir:
>> C:\Users\LGEMEI~1\AppData\Local\Temp\gwt-codeserver-8211969745799431939.tmp
>>  [java]Loading Java files in com.google.gwt.sample.hello.Hello.
>>  [java]Ignored 80 units with compilation errors in first pass.
>>  [java] Compile with -strict or with -logLevel set to TRACE or DEBUG
>> to see all errors.
>>  [java]Finding entry point classes
>>  [java]   [ERROR] Hint: Check that the type name
>> 'com.google.gwt.sample.hello.client.Hello' is really what you meant
>>  [java]   [ERROR] Hint: Check that your classpath includes all
>> required source roots
>>
>> BUILD FAILED
>> C:\Projects2\gwt-git\dev\codeserver\build.xml:81: Java returned: 1
>>
>> Total time: 11 seconds
>>
>> --
>> 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/e6734a71-0fe4-4cdb-b56a-ef45a690ff44%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/CAC7T7g%3DD%3DAKYZeRENFNRGOOZ2zir_ZL3bqMXKZE_0k0QnpraJg%40mail.gmail.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

Re: [gwt-contrib] CodeServer and Compiler broken after "Redo file watching refactor." change

2015-11-10 Thread 'Roberto Lublinerman' via GWT Contributors
It happens in windows with or without the flag I think. I run it with
logLevel DEBUG and -string and it was failing to find the sources for
javax.validation. But it is a real pain to setup an environment in windows
that runs our build. Elemental also fails to build.

On Tue, Nov 10, 2015 at 10:36 PM, 'Goktug Gokdogan' via GWT Contributors <
google-web-toolkit-contributors@googlegroups.com> wrote:

> Also is this happening in any other configuration? Java8? windows 10?
>
> I can't reproduce it with mac or linux.
>
>
> On Tue, Nov 10, 2015 at 9:39 PM, 'Roberto Lublinerman' via GWT
> Contributors  wrote:
>
>> Could you run it with -Dgwt.watchFileChanges=false and let us know? That
>> flag should turn of the file watching logic.
>>
>> On Tue, Nov 10, 2015 at 6:39 AM, Lars  wrote:
>>
>>> After the "Redo file watching refactor." change
>>> (d746d952defbd42c81317ccbd5da0f1561b81d36) both CodeServer and Compiler are
>>> broken for my project and also for the following build in samples (see
>>> below).
>>> What went wrong?
>>> Btw. I'm using Windows7 and Java7...
>>>
>>> Buildfile: C:\Projects2\gwt-git\samples\build.xml
>>> build:
>>> -do:
>>> dynatable:
>>> check.build.type:
>>> source:
>>> [mkdir] Created dir:
>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\src
>>>  [copy] Copying 15 files to
>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\src
>>> [mkdir] Created dir:
>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war
>>>  [copy] Copying 4 files to
>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war
>>> serverlibs:
>>> [mkdir] Created dir:
>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\lib
>>> compile:
>>> [mkdir] Created dir:
>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
>>> [gwt.javac] Compiling 13 source files to
>>> C:\Projects2\gwt-git\build\out\samples\DynaTable\war\WEB-INF\classes
>>> [gwt.javac] Note: Some input files use or override a deprecated API.
>>> [gwt.javac] Note: Recompile with -Xlint:deprecation for details.
>>> gwtc:
>>>  [java] Compiling module com.google.gwt.sample.dynatable.DynaTable
>>>  [java]Ignored 78 units with compilation errors in first pass.
>>>  [java] Compile with -strict or with -logLevel set to TRACE or DEBUG
>>> to see all errors.
>>>  [java]Finding entry point classes
>>>  [java]   [ERROR] Hint: Check the inheritance chain from your
>>> module; it may not be inheriting a required module or a module may not be
>>> adding its source path entries properly
>>>
>>> BUILD FAILED
>>> C:\Projects2\gwt-git\samples\build.xml:58: The following error occurred
>>> while executing this line:
>>> C:\Projects2\gwt-git\samples\build.xml:46: The following error occurred
>>> while executing this line:
>>> C:\Projects2\gwt-git\samples\build.xml:10: The following error occurred
>>> while executing this line:
>>> C:\Projects2\gwt-git\samples\common.ant.xml:143: Java returned: 1
>>>
>>> Total time: 13 seconds
>>>
>>> Buildfile: C:\Projects2\gwt-git\dev\codeserver\build.xml
>>> compile:
>>> build:
>>> demo:
>>>  [java] Turning off precompile in incremental mode.
>>>  [java] Super Dev Mode starting up
>>>  [java]workDir:
>>> C:\Users\LGEMEI~1\AppData\Local\Temp\gwt-codeserver-8211969745799431939.tmp
>>>  [java]Loading Java files in com.google.gwt.sample.hello.Hello.
>>>  [java]Ignored 80 units with compilation errors in first pass.
>>>  [java] Compile with -strict or with -logLevel set to TRACE or DEBUG
>>> to see all errors.
>>>  [java]Finding entry point classes
>>>  [java]   [ERROR] Hint: Check that the type name
>>> 'com.google.gwt.sample.hello.client.Hello' is really what you meant
>>>  [java]   [ERROR] Hint: Check that your classpath includes all
>>> required source roots
>>>
>>> BUILD FAILED
>>> C:\Projects2\gwt-git\dev\codeserver\build.xml:81: Java returned: 1
>>>
>>> Total time: 11 seconds
>>>
>>> --
>>> 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/e6734a71-0fe4-4cdb-b56a-ef45a690ff44%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-t