On Sun, Sep 4, 2016 at 9:24 PM Shawn Brown <[email protected]> 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 that uses one of these modules: >> - *app* >> 3. Click "Dev Mode On" to start development mode. >> >> So I did 1, but 2 gives me an error: >> > app (GWT Code Server) >> > This module hasn't been compiled yet. >> Output Files >> >> (From the last successful compile.) >> > >> - blank.html <http://127.0.0.1:9876/fluencybuildergae/blank.html> >> - app.nocache.js <http://127.0.0.1:9876/app/app.nocache.js> >> - app.nocache.js <http://127.0.0.1:9876/app/app.recompile.nocache.js> >> <---oops >> typo >> >> Sorry that was... > > - app.recompile.nocache.js > <http://127.0.0.1:9876/app/app.recompile.nocache.js> > > >> - reset.css <http://127.0.0.1:9876/fluencybuildergae/reset.css> >> >> Recompiling (from Eclipse GWT Compile Project) and trying again does >> nothing. Restarting the server and trying again gives the same result. >> > Setting (in eclipse) the GWT code server port and the Appengine built-in server both to automatically select an unused port (ended up 58777) and accessing it at http://127.0.0.1:58777/MyApp.jsp gets me a response of: Compiling app There aren’t any process open on my computer though using any significant amount CPU. So checking Chrome Dev Mode gives a error with a link http://127.0.0.1:59040/recompile/app?gxt.device=desktop&gxt.user.agent=chrome&locale=en&user.agent=safari&user.agent.os=mac&_callback=__gwt_sdm_globals.callbacks.c1472993865970 <http://127.0.0.1:59040/recompile/fluencybuildergae?gxt.device=desktop&gxt.user.agent=chrome&locale=en&user.agent=safari&user.agent.os=mac&_callback=__gwt_sdm_globals.callbacks.c1472993865970> Trying that link in a new tab shows this in my Eclipse server GET /recompile/ap Job com.k.app.MyApp_1_1 starting job: com.k.app.MyApp_1_1 binding: gxt.device=desktop binding: gxt.user.agent=chrome binding: locale=en binding: user.agent=safari binding: user.agent.os=mac skipped compile because no input files have changed 0.410s total — Compile completed 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 fluencybuildergae.nocache.js:54 GET http://127.0.0.1:59040/recompile-requester/fluencybuildergae net::ERR_FAILED Still why the need for a recompile… nothing has changed. Should I just give up on superdevmode until 2.8? Will it have changed? This is beyond my abiility to understand what to do… -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
