AFAIK the reference is in the code you try to compile not in the GWT compiler per se...
Vassilis On Sun, Jan 10, 2021 at 4:53 PM Gordan Krešić <[email protected]> wrote: > When using SDM's Code Server, I get following error during initial load: > > [ERROR] Could not find org.apache.commons.lang3.LocaleUtils in > types > compiled from source. Is the source glob too strict? > > That's it, no further reference which class depends on LocaleUtils. Is > there > a way to increase log verbosity of code server? > > Possibly relevant: "normal" GWT compile task works fine. Probably > optimizer > strips some unused methods that causes problems for Code Server (which > doesn't do code pruning). > > If it's relevant, I'm running CodeServer via steffenschaefer's > gwt-gradle-plugin, but not there, nor in official GWT docs do I find any > option for making Code Server more verbose: > > > http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html#SuperDevMode > > > https://github.com/steffenschaefer/gwt-gradle-plugin/blob/master/gwt-gradle-plugin/src/main/java/de/richsource/gradle/plugins/gwt/GwtSuperDevOptions.java > > -gkresic. > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit/5586e08b-7076-643f-ce87-493a8c22c386%40steatoda.com > . > -- Vassilis Virvilis -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/CAKbOjEymzwV1F0ZCPKvvNqQr2f%3DPdt9jxPZOe--ioOkrLD4KrA%40mail.gmail.com.
