Emulating CompletableFuture with Promise

2016-09-04 Thread Ian Preston
I'm trying to emulate CompletableFuture by backing directly onto Promise, but when compiling it gives this error: "No source code is available for type java.util.concurrent.CompletableFuture" (it finds other JRE classes I've replaced fine) My source I'm including is below. Am I doing anything

Re: DevMode woe

2016-09-04 Thread Thomas Broyer
On Sunday, September 4, 2016 at 5:27:36 PM UTC+2, Shawn wrote: > > > Is there a way to get it to execute code modification in the debugger? I > found my source and adding a logging statement but can’t save the file so > it doesn’t execute. Is there a good book on this … is any chrome

Re: DevMode woe

2016-09-04 Thread Shawn Brown
Duh?!?! Took my manifest=“offline.manifest” out of the html tag and it seems to be working fine…. Is there a way to get it to execute code modification in the debugger? I found my source and adding a logging statement but can’t save the file so it doesn’t execute. Is there a good book on this

Re: DevMode woe

2016-09-04 Thread Thomas Broyer
On Sunday, September 4, 2016 at 3:08:46 PM UTC+2, Shawn wrote: > > > > Maybe the underlying confusion is that I am using an offline cache and it > loads from that… > > > Document was loaded from Application Cache with manifest > http://127.0.0.1:59047/offline.manifest > > > Then gives me

Re: DevMode woe

2016-09-04 Thread Shawn Brown
On Sun, Sep 4, 2016 at 9:24 PM Shawn Brown wrote: > And can you access http://127.0.0.1:9876/ ? >>> >> >> Yes and I get: >> GWT Code Server >> >>1. Drag these two bookmarklets to your browser's bookmark bar: >>Dev Mode On Dev Mode Off >>2. Visit a web page

Re: DevMode woe

2016-09-04 Thread Shawn Brown
> And can you access http://127.0.0.1:9876/ ? >> > > Yes and I get: > GWT Code Server > >1. Drag these two bookmarklets to your browser's bookmark bar: >Dev Mode On Dev Mode Off >2. Visit a web page that uses one of these modules: > - *app* >3. Click "Dev Mode On" to start

Re: DevMode woe

2016-09-04 Thread Shawn Brown
Thanks for the quick response. Can’t get DevMode to work. >> >> Think it’s related to my app.gwt.xml using: >> >> >> >> Trying my page give me: >> Error:Couldn’t load app from Super Dev Mode server at >> http://127.0.0.1:9876. >> >> Am seeing (in Chrome brower dev console) >> app.nocache.js:54

Re: DevMode woe

2016-09-04 Thread Thomas Broyer
On Sunday, September 4, 2016 at 12:47:01 PM UTC+2, Shawn wrote: > > Can’t get DevMode to work. > > Think it’s related to my app.gwt.xml using: > > > > Trying my page give me: > Error:Couldn’t load app from Super Dev Mode server at > http://127.0.0.1:9876. > > Am seeing (in Chrome brower dev

GWT maven plugin: inappropriate log message label

2016-09-04 Thread zakaria amine
Hello everybody, This is just a detail and does not affect the execution of the plugin, but before running the dev mode with gwt-maven-plugin the console displays several [ERROR] messages even if they seem more like [INFO] messages : [ERROR] 2016-09-04 12:49:51.423:INFO::main: Logging

DevMode woe

2016-09-04 Thread Shawn Brown
Can’t get DevMode to work. Think it’s related to my app.gwt.xml using: Trying my page give me: Error:Couldn’t load app from Super Dev Mode server at http://127.0.0.1:9876. Am seeing (in Chrome brower dev console) app.nocache.js:54 GET http://127.0.0.1:9876/recompile-requester/app