I was too quick to respond. After switching the logLevel to trace it now started working.
I guess that changing the logLevel does a full recompile instead of an incremental one, so I was in effect still using the generated JS without the JsInteropExports. On Tue, Jan 3, 2017 at 12:34 PM, Jens <[email protected]> wrote: > No idea, but maybe some elemental 2 code isn't correct yet and you need to > pass -generateJsInteropExports as SDM parameter? > > -- J. > > -- > 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 post to this group, send email to [email protected]. > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
