Re: GWT Compile Issues: gwt-maven-plugin & gwtjackson

2016-09-12 Thread harshyadav
Can anyone share their thoughts on how to use gwtjackson with the new gwt maven plugin? I am including the dependency as: com.github.nmorel.gwtjackson gwt-jackson 0.13.1-SNAPSHOT And then in my *.gwt.xml I also tried to explicitly include the jackson annotations so sources

Re: jsinterop with browser-specific api

2016-09-12 Thread Thomas Broyer
I suppose it'll eventually be in a jsinterop util class but for now you have to use JSNI: https://github.com/gwtproject/gwt/issues/9364 On Monday, September 12, 2016 at 11:03:31 PM UTC+2, Zufar Fakhurtdinov wrote: > > Thank you for answer! Writing it by hand is annoying, but maybe later it >

Re: jsinterop with browser-specific api

2016-09-12 Thread Zufar Fakhurtdinov
Thank you for answer! Writing it by hand is annoying, but maybe later it will be generated. Maybe you know.. How can I use 'in' operator? protected static native boolean pointerLockSupported() /*-{ return 'pointerLockElement' in $wnd.document || 'mozPointerLockElement' in $wnd.document

Re: [gwt-contrib] Re: CodeServer with Bookmarklets not working in GWT 2.7 (2nd request)

2016-09-12 Thread Brandon Donnelson
Proxying wasn't an option for developers because of the I.T. security protocols. Besides it feels a bit overcomplicated to have to set up a channel back to the code server. I think it would be easier to clobber the codeserver api with a workaround and setting the hosteName and hand that to the

Re: GWT Compile Issues: gwt-maven-plugin & gwtjackson

2016-09-12 Thread harshyadav
Yes, thats correct. The issue is with including jackson annotation sources, which works fine otherwise in gwtjackson. On Monday, September 12, 2016 at 3:42:54 AM UTC-4, DavidN wrote: > > As far as I know GWT does not emulate String.format. > > On Sun, 11 Sep 2016 at 22:49, harshyadav

Re: GWT Compile Issues: gwt-maven-plugin & gwtjackson

2016-09-12 Thread David
As far as I know GWT does not emulate String.format. On Sun, 11 Sep 2016 at 22:49, harshyadav wrote: > Hi, > > I am trying to migrate to the gwt-maven-plugin (net.ltgt.gwt.maven). > > With a few hiccups and reading thru the documentation, I am able to get a > modular app