Sunday, September 4, 2016

Re: DevMode woe



On Sun, Sep 4, 2016 at 9:24 PM Shawn Brown <big.coffee.lover@gmail.com> 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:
  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.)

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


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

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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment