Ultra-high gwt mode: recompilation does not work

Super Dev mode starts successfully, but after I make changes to the code and try to recompile it from the browser, GWT reports the following error:

GET /recompile/de.marketmaker.iview.mmgwt.mmweb.Mmweb
   Job de.marketmaker.iview.mmgwt.mmweb.DevMmweb_1_4
      starting job: de.marketmaker.iview.mmgwt.mmweb.DevMmweb_1_4
      binding: locale=default
      binding: user.agent=gecko1_8
      Compiling module de.marketmaker.iview.mmgwt.mmweb.DevMmweb
         [ERROR] Current binding properties are expanding to more than one permutation but per-file compilation requires that each compile operate on only one permutation.
      [WARN] recompile failed
      [WARN] continuing to serve previous version

Any idea why this is happening? I found the following thread, but it does not give a solution: https://groups.google.com/forum/#!topic/google-web-toolkit-contributors/5lgtM77-1tM

+4
source share
2 answers

I had this problem when switching from GWT 2.6.1 to 2.7.0.

Using GWT 2.6.0 I restart the application by clicking on the "Enable Mode" tab. This error causes the bookmark to be clicked using GWT 2.7.0.

(F5 cmd + r).

, .

+5

All Articles