I see the symbolmaps generated in ` target/gwt/deploy/<modulename>/symbolMaps `
I believe it is generated by default. On Friday, February 23, 2024 at 10:27:12 PM UTC-6 Craig Mitchell wrote: > The symbol maps worked great with the Eclipse GWT plugin compiler. > > Now switched to use the Maven compiler (with the > https://github.com/tbroyer/gwt-maven-archetypes architecture), I don't > see the symbol maps anywhere when doing a mvn clean package. > > Do I need to do something extra to get them? > > Thanks. > > On Saturday 18 May 2019 at 8:48:47 am UTC+10 Craig Mitchell wrote: > >> Thank you Alexander! That's what I was missing. >> >> Called: >> exception = SerializableThrowable.fromThrowable(exception); >> >> before sending to the server, and now the stack traces show perfectly. >> :-) >> > -- 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/c99026dd-36b6-4780-9e8e-055d9839789an%40googlegroups.com.
