I have seen differences between code server and the compiler. Not sure if that was such a case.
I do remember however that the reference was in my java code thrown to the codeserver. How about a grep org.apache.commons.lang3.LocaleUtils in your source code (classpath)? Hope that helps. On Sun, Jan 10, 2021 at 11:28 PM Gordan Krešić <[email protected]> wrote: > On 10. 01. 2021. 21:58, [email protected] wrote: > > Actually you have following options for the transpiler with Maven > plugin. > > Maybe it is the same with the Gradle? > > > > <arg>-logLevel</arg> > > <arg>INFO</arg> > > This changes log level for compiled code, not code server's output. Out of > despair I even tried changing this to ALL, but, of course, it didn't help. > > > <arg>-style</arg> > > <arg>PRETTY</arg> > > How this could be of any effect? It also affects only JS output, while my > problem is with Java input files. > > -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/a65cabc3-09a0-b4a4-08ab-dffaea04e7ae%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/CAKbOjEyEfOmvNiurbC0PGyVha%2BMuX6SN1%2BaFGuEdpx8MxZQGDg%40mail.gmail.com.
