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

2016-09-13 Thread 'Daniel Kurka' via GWT Contributors
This is what recompile on reload is for, you can simply always load: http://[sdmhost]:[sdmport]/recompile-requester/[module] On Tue, Sep 13, 2016 at 5:53 PM JonL wrote: > I've had to do this when working on a sdm compiled application in a web > wrapper on ios, instead of a proxy, I wrote a cust

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

2016-09-13 Thread JonL
I've had to do this when working on a sdm compiled application in a web wrapper on ios, instead of a proxy, I wrote a custom nocache.js that replaces the one generated by sdm and adds a url parameter to tell it the remote server to connect to where the codeserver is running, allowing me to debu

[gwt-contrib] Re: Missing JsInterop 1.0.0-SNAPSHOT

2016-09-13 Thread Thomas Broyer
Could it be because version 1.0.0 is already on Central? Should we try deploying 1.0.1-SNAPSHOT or 1.1.0-SNAPSHOT instead? Anyway, the workaround (given that jsinterop annotations haven't changed for months) is to force using 1.0.0 instead of 1.0.0-SNAPSHOT. The following seems to work for Mave