Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Evan Ruff
Just to clarify, the createFrom method problem did not show up, but the inability to get @Weak from j2objc did, even if I added it manually to the project. Thanks, E On Tuesday, November 24, 2015 at 3:32:11 PM UTC-5, Evan Ruff wrote: > > Hey Lars, > > Thanks for the note. When I moved to the

GWT 2.8-Snapshot and Guava

2015-11-24 Thread Lars
See https://groups.google.com/forum/m/#!topic/google-web-toolkit-contributors/VbokswmVz9w -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Evan Ruff
Hey Lars, I seem to be having some trouble understanding what I need to do. So to get guava to work with 2.8-SNAPSHOT, area you suggesting I leave the gradle dependency at 18 in my build file and remove the guava-gwt from it. Then, replace this file in the guava-gwt-18.jar locally and then add

GWT 2.8-Snapshot and Guava

2015-11-24 Thread Evan Ruff
Hey guys, Could someone tell me how to get GWT 2.8 working with Guava? I'm using Gradle. I've tried a dozen combinations between 2.8 snapshot, Guava 19 snapstot, j2objc 0.1 and 0.9.8 and I cannot get anything to run. I'm getting a little frustrated. Does anyone have a working configuration

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Lars
I patched an old guava version (17, but I guess 18 should work too) with the createFrom patch https://github.com/google/guava/commit/9e56ef17c335319d21f1f2c454176c9d32687a59 to support gwt 2.7 and 2.8, because the next version of guava (19) does not support gwt 2.8 and is bundled with j2obj.

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Lars
If you would give the guava shapshot a try then I guess this should be the right j2objc-annotations jar http://search.maven.org/#search%7Cga%7C1%7Cj2objc-annotations -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Evan Ruff
Hey Lars, Thanks for the note. When I moved to the SNAPSHOT of guava, the error I was getting actually had to do with the j2objc annotations, as it couldn't find it in the source path. Is there a specific JAR version out of the snapshot directory that you have working? I assume I'll need to

Re: GWT 2.8-Snapshot and Guava

2015-11-24 Thread Lars
Nice! You are welcome :-) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to

Re: JsInterop Maven fail

2015-11-24 Thread Evan Ruff
I hate to ask to create more work for you guys, but do you think we could snap an RC1? This is mainly because I suck at the build tools and need something with training wheels. Thanks! E On Tue, Nov 24, 2015 at 7:02 AM, Lyubomyr Shaydariv < lyubomyr.shayda...@gmail.com> wrote: > Build #310

Re: JsInterop Maven fail

2015-11-24 Thread Thomas Broyer
Good news: we reverted the offending change and Manolo ran the CI build so it should be fixed shortly (if not already). Don't forget to force snapshot updates (mvn -U). -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this

Re: [gwt-contrib] Re: GWTCon 2015 keynote question

2015-11-24 Thread CodeLess
Yes, very nice city I know. I been there couple of times ~ 10 years ago when I was living in Rotterdam. On Tue, Nov 24, 2015 at 9:38 AM, David wrote: > Thanks for the info. > > And don't worry, Leuven is still a peaceful and quite city which is worth > a visit thanks to

Re: GWT app shows wrong on iPad/Safari?

2015-11-24 Thread Stefan Bylund
Hi Magnus, I'm not sure how to make the viewport meta tag conditional on the client side so that it's only picked up by iOS Safari web browsers. However, if you can generate your main HTML page dynamically on the server side, I guess that you can detect the type of user agent (i.e. web

Re: [gwt-contrib] Re: GWTCon 2015 keynote question

2015-11-24 Thread Julien Dramaix
> Typescript uses type definitions for 3rd party JS libraries ( http://definitelytyped.org/). Potentially something similar could be done for GWT/Java or even one could leverage the Typescript type definitions to automatically create Java wrappers. I'm working on a tool that could convert these

Re: JSInterop sample / tutorial?

2015-11-24 Thread mark kevin ringor
Any updates about the starting guide of JSInterop? On Wednesday, January 28, 2015 at 5:30:55 AM UTC+8, marian lux wrote: > > Is there a working JSInterop sample (e.g. project on github) online or an > article how to get started? It is part of the current gwt 2.7 release but I > could not find a

Re: JSInterop sample / tutorial?

2015-11-24 Thread Jens
> Any updates about the starting guide of JSInterop? > Everything you need to know for GWT 2.8 JsInterop: https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users"

Re: JSInterop sample / tutorial?

2015-11-24 Thread mark kevin ringor
Thank you very much Jens On Tue, Nov 24, 2015 at 10:48 PM Jens wrote: > > Any updates about the starting guide of JSInterop? >> > > Everything you need to know for GWT 2.8 JsInterop: > https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit

Re: JsInterop Maven fail

2015-11-24 Thread Lyubomyr Shaydariv
Build #310 passes, so it works now. Thank you! -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this

Re: GWT3: code splitting

2015-11-24 Thread salk31
My understanding is that you can pass in parameters (for each permutation) that the compiler/linker can see as constants so optimise away. I think this is getting less focus in the belief that browsers are getting less quirky and that a mono-culture of GWT is not the way to go so it needs to