Hello,
I have tried GWT 2.7 beta today, and first of all you guys made an awesome 
job to reduce compile time (x4/5 faster on my 500k LoC project).
There is however a CodeServer behavior that I don't understand: why the 
precompile flag is always turned off in incremental mode?

    if (incremental && !noPrecompile) {
      System.out.println("Turning off precompile in incremental mode.");
      noPrecompile = true;
    }

In my dev env, I never use the DevMode On/Off bookmarklets: I always load 
js files from the CodeServer url, and I wrote a small GWT utility class to 
display a "recompile" button which is embedded in my app UI (it does the 
same thing as the bookmarklet, ie calling codeserverurl/recompile). It's 
easier to use for others devs: no need to explain them the bookmarklet 
stuff, they just have to launch the CodeServer. With 2.7 I can't use this 
trick anymore: I need the bookmarklet to do a first compilation to be able 
to load my app. Is there a reason to prevent precompilation in incremental 
mode?

Regards,
Jeremie

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/46bc27ce-d8a3-40ad-9629-b2c6d3bfe961%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to