Re: [gwt-contrib] Re: Elemental 2?

2015-11-21 Thread Erik Kuefler
What's the current thinking regarding JSON in Elemental 2? That part has always been a bit different from the DOM libraries, and I know there was talk a long time back about splitting it out. I've been using Elemental JSON extensively in my projects just to have a JSON library that works in

[gwt-contrib] GWT and Bazel

2015-04-03 Thread Erik Kuefler
Is Google planning on releasing GWT rules for Bazel http://bazel.io/ any time soon, or is there anyone external who's working on putting together some general-purpose rules? I've hacked together a couple for my use cases that might be reasonable starting points if not, though there's still a

Re: [gwt-contrib] Deferred binding bug in 2.7

2014-11-09 Thread Erik Kuefler
references and that's probably the culprit. On Wed, Nov 5, 2014 at 10:17 PM, Erik Kuefler ekue...@gmail.com javascript: wrote: I posted earlier https://groups.google.com/d/msg/google-web-toolkit-contributors/vCELYDM2_tE/S-E_AKanEVcJ about a bug I was seeing in the 2.7 beta

[gwt-contrib] Deferred binding bug in 2.7

2014-11-05 Thread Erik Kuefler
I posted earlier https://groups.google.com/d/msg/google-web-toolkit-contributors/vCELYDM2_tE/S-E_AKanEVcJ about a bug I was seeing in the 2.7 beta, and it looks like it's still there in RC1. I don't have a minimal repro case yet, and it might be tough to make one, but I do have a bit more

[gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-19 Thread Erik Kuefler
I'm seeing what looks like a regression in my project. I get the following error when running GWT compilation from Gradle after upping the version. The error doesn't seem very helpful except that it's possibly related to code generation and UiBinder: Compiling module com.MyModule

Re: [gwt-contrib] Re: GWT 2.7.0 beta1

2014-10-19 Thread Erik Kuefler
/i18n/... com/google/gwt/event/dom/... On Sun, Oct 19, 2014 at 12:51 PM, Erik Kuefler ekuef...@gmail.com wrote: I'm seeing what looks like a regression in my project. I get the following error when running GWT compilation from Gradle after upping the version. The error doesn't seem very

[gwt-contrib] Re: Official Gradle plugin

2014-08-16 Thread Erik Kuefler
+1 to making this official, I've just started using it for my project and it's been working great. On Wednesday, August 13, 2014 10:20:34 AM UTC-7, Steffen Schäfer wrote: Hi, Some time ago, I started to create a Gradle plugin for GWT ( https://github.com/steffenschaefer/gwt-gradle-plugin).