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
source
share