tasks.withType(org.wisepersist.gradle.plugins.gwt.AbstractGwtActionTask) {
args "-noincremental"
}
gwt {
logLevel = 'INFO'
maxHeapSize = "2048M";
gwtVersion='2.8.2'
modules 'xxx
//src += files("build/generated/source/apt/main");
compiler {
//ea = false //enable assert statements for testing result conditions
strict = true;
style = "OBF";
//style = "PRETTY";
//style = "DETAILED";
localWorkers = 4;
}
superDev {
noPrecompile = true;
failOnError = false;
bindAddress = "0.0.0.0";
}
eclipse {
addGwtContainer = true;
}
}On Mon, Jul 30, 2018 at 3:44 PM, Velusamy Velu <[email protected]> wrote: > Michael & David > > After clearing the TEMP folder and clearing the compiler caches at > localhost:9876 that error message disappeared. > > Thanks a lot > > Velusamy K. Velu > 614-321-9649 > > <http://www.linkedin.com/in/vkvelu> > > > On Mon, Jul 30, 2018 at 3:18 PM Jens <[email protected]> wrote: > >> >> Hi Michael: I tried this by Windows > Preferences > General > Workspace >>> > Build and unchecked the "Build automatically" option. It didn't help. >>> Am I doing the right thing? Is there any other option? >>> >> >> GWT SuperDevMode has its own cache that you can clear by visiting the >> SuperDevMode page (localhost:9876) and hit the small clean button at the >> bottom. Once you have done that SDM starts from scratch and compiles >> everything again. >> >> -- J. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "GWT Users" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/ >> topic/google-web-toolkit/IYcu87xv4RA/unsubscribe. >> To unsubscribe from this group and all its topics, 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. >> > -- > 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. > -- 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.
