[gwt-contrib] Last call for GWT 2.8.0 RC2

2016-08-09 Thread 'Daniel Kurka' via GWT Contributors
Hi all,

I think we have all patches in place for putting out an RC2.
If you feel strongly that something should make RC2 please raise this on
this thread. I will be cutting RC2 tomorrow PST time.

-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/CALLujiqqHDBK2uNZL1jFhR9Adv1srrRmwTsh%2BJ5EeU%3DcaMeLkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[gwt-contrib] Re: 2.8.0 RC1 issue

2016-08-09 Thread Paul Stockley
I managed to get everything working. It was a combination of having 
gwt-user and gwt-dev on the classpath and some older Tomcat servlet classes.

On Saturday, August 6, 2016 at 5:06:30 PM UTC-4, Thomas Broyer wrote:
>
> FWIW, regarding the ServiceConfigurationError: 
> https://github.com/gwtproject/gwt/issues/9343
>
> On Saturday, August 6, 2016 at 8:38:21 PM UTC+2, Paul Stockley wrote:
>>
>> I reset my project from scratch and it is now working. There must have 
>> been some residual stuff left from the last snapshot build I used. I will 
>> try the same with the other project.
>>
>>
>> On Saturday, August 6, 2016 at 2:03:43 PM UTC-4, Paul Stockley wrote:
>>>
>>> Here is the class path. I removed JUnit (it wasn't in web-inf/lib, just 
>>> on the path).
>>>
>>> /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/bin/java 
>>> -agentlib: 
>>> /njdwp=transport=dt_socket,address=127.0.0.1:56134,suspend=y,server=n 
>>> -Dapple.awt.UIElement=true -Xmx1024m -javaagent
>>> Users/paul/Library/Caches/IntelliJIdea2016.2/groovyHotSwap/gragent.jar 
>>> -Dfile.encoding=UTF-8 -classpath 
>>> "/Users/paul/ocs/gwt-2.8.0/gwt-codeserver.jar
>>> Users/paul/git-hub-work/gwt-react/src
>>> Users/paul/git-hub-work/gwt-react-examples/src
>>> Users/paul/git-hub-work/gwt-react-router/src
>>> Users/paul/git-hub-work/gwt-redux/src
>>> Users/paul/git-hub-work/gwt-react/dist
>>> Users/paul/git-hub-work/gwt-react-router/dist
>>> Users/paul/git-hub-work/gwt-redux/dist
>>> Users/paul/git-hub-work/gwt-mobx/src
>>> Users/paul/git-hub-work/gwt-interop-utils/src
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/charsets.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/deploy.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/cldrdata.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/dnsns.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/jaccess.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/jfxrt.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/localedata.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/nashorn.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/sunec.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/ext/zipfs.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/javaws.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/jce.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/jfr.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/jfxswt.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/jsse.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/management-agent.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/plugin.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/resources.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/lib/rt.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/lib/ant-javafx.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/lib/dt.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/lib/javafx-mx.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/lib/jconsole.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/lib/packager.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/lib/sa-jdi.jar
>>> Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/lib/tools.jar
>>> Users/paul/git-hub-work/out/test/git-hub-work
>>> Users/paul/git-hub-work/out/production/git-hub-work
>>> Users/paul/ocs/gwt-2.8.0/gwt-user.jar
>>> Users/paul/ocs/gwt-2.8.0/gwt-dev.jar
>>> Users/paul/ocs/gwt-2.8.0/validation-api-1.0.0.GA-sources.jar
>>> Users/paul/ocs/gwt-2.8.0/validation-api-1.0.0.GA.jar
>>> Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar" 
>>> com.google.gwt.dev.DevMode -superDevMode -generateJsInteropExports 
>>> -XmethodNameDisplayMode ABBREVIATED -war 
>>> /Users/paul/Library/Caches/IntelliJIdea2016.2/gwt/react.cb437975/git-hub-work.1e824b8/run/www
>>>  -remoteUI 7901:IntelliJIdea -startupUrl todomvc.html 
>>> gwt.react.todo_mvc.todomvc gwt.react.mobx.todo.mobxtodo 
>>> gwt.react.redux.todo_with_undo.todowithundo 
>>> gwt.react.api_sanity_test.apisanitytest gwt.mobx.Mobx 
>>> gwt.react.widget_interop.widget_interop gwt.react_router.ReactRouter 
>>> gwt.react.redux.counter.counter gwt.react.React 
>>> gwt.react.mobx.api_test.mobxapitest 

Re: [gwt-contrib] Experimental release of Elemental2

2016-08-09 Thread Julien Dramaix
>
> - The API's do not use set/get/is as was the case in the old Elemental. So
> how can I now detect that a property is readOnly ?
>
>
> We can probably make it final but if we know it is readonly but I think
we are not sure when the field is readonly. Julien?

a property flagged as @Const could be make final if it belongs to a class
or convert to a simple getter if it belongs to an interface.

That being said, clutz doesn't convert correctly a constant closure
property to a constant typescript property.

I've created a bug internally to track this problem.

On Tue, Aug 9, 2016 at 2:11 AM 'Goktug Gokdogan' via GWT Contributors <
google-web-toolkit-contributors@googlegroups.com> wrote:

> On Mon, Aug 8, 2016 at 6:40 AM, stuckagain  wrote:
>
>> Some comments:
>>
>> - Is there a possibility that the API's don't overuse double in the
>> future ? For example the XMLHttpRequest.status property is supposed to be
>> an integer not a double.
>>
>
> Yes, we will look into.
>
>
>> - The API's do not use set/get/is as was the case in the old Elemental.
>> So how can I now detect that a property is readOnly ?
>>
>>
> We can probably make it final but if we know it is readonly but I think we
> are not sure when the field is readonly. Julien?
>
>
>> --
>> 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/a39c2d63-82e7-4131-8804-7cecd70af0de%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/CAN%3DyUA22pvB4kqUCF9figh9FHTdEHk_nB39wqx7_EFng3VKicQ%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%3D7n3q-xXZFndz10PxH_pmNNjvNE4tdoxr0%2BqJ8-Cu37Cg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.