Fwiw, there are <logLevel> and <style> properties rather than using codeserverArgs: https://tbroyer.github.io/gwt-maven-plugin/codeserver-mojo.html
On Sunday, January 10, 2021 at 9:58:24 PM UTC+1 [email protected] wrote: > Actually you have following options for the transpiler with Maven plugin. > Maybe it is the same with the Gradle? > > > https://github.com/lofidewanto/jsinterop-simple-jsframework-example/blob/master/indexeddb-elemental2-example/pom.xml > > See the GWT Maven Plugin part... > > <arg>-logLevel</arg> > <arg>INFO</arg> > > <arg>-style</arg> > <arg>PRETTY</arg> > > Hope this helps. > [email protected] schrieb am Sonntag, 10. Januar 2021 um 17:40:21 UTC+1: > >> 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/3c99f182-1f4a-43c5-a02b-f1a562725ffbn%40googlegroups.com.
