Re: Compiler error with the latest gwt head ?

2017-04-25 Thread Hristo Stoyanov
The issue seems to be with usage of the new Elemental2 libraries. It looks like it has not much to do with my Java code, just the inclusion of Elemental2 breals the compile. Switching to the old JSNI Console logging works: @EntryPoint public class Main { @Inject private Caller

Re: Compiler error with the latest gwt head ?

2017-04-25 Thread Hristo Stoyanov
Also present in the just release GWT 2.8.1 On Tuesday, April 25, 2017 at 5:49:10 PM UTC-7, Hristo Stoyanov wrote: > > > > :recres-client:compileJava > :recres-client:compileJava - is not incremental (e.g. outputs have > changed, no previous execution, etc.). > :recres-client:processResources NO-S

Compiler error with the latest gwt head ?

2017-04-25 Thread Hristo Stoyanov
:recres-client:compileJava :recres-client:compileJava - is not incremental (e.g. outputs have changed, no previous execution, etc.). :recres-client:processResources NO-SOURCE :recres-client:classes :recres-client:gwtCompile Apr 25, 2017 5:44:22 PM java.util.prefs.WindowsPreferences WARNING: Cou

GWT 2.8.1 release

2017-04-25 Thread Colin Alworth
I'm very pleased to announce the release of GWT 2.8.1. This contains many bugfixes and a few enhancements to JsInterop. Highlights from release notes: - Elemental1's JSON parser now correctly throws an exception when a string, object, or array is not correctly ended. -

Re: GWT Editor with Custom Composites

2017-04-25 Thread harshyadav
Yes, that makes sense. Will make the change. Thanks! On Tuesday, April 25, 2017 at 2:22:37 AM UTC-4, Thomas Broyer wrote: > > Your getValue will break if value is null (because the instanceof will all > be false). You should probably use an explicit typing to drive conversions. > Maybe just eve

Best approach when working with Eclipse/Maven/GWT ?

2017-04-25 Thread DavidN
I'm working on a fairly large GWT applications (well multiple) in Eclipse, using the excellent tbroyer maven plugin and the GWT eclipse plugin. But there are many modules and dependencies and it seems that maven integration in Eclipse is a bit slow. What would be the best approach to use these t