Tuesday, July 31, 2018

Re: GWT behaves differently in Chrom vs Firefox

Michael:

I appreciate you sharing the information. I never considered Gradle to build, may be it's time.

Thank You
--Velu

On Monday, July 30, 2018 at 3:47:30 PM UTC-4, Michael Joyner wrote:
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 <kool...@gmail.com> 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



On Mon, Jul 30, 2018 at 3:18 PM Jens <jens.ne...@gmail.com> 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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-we...@googlegroups.com.
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 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