> 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. >
Hmm interesting. generateJsInteropExports has been added to the rebuild cache key for SDM in the following commit which belongs to GWT 2.8 RC2 and later: https://github.com/gwtproject/gwt/commit/9f10097121f7873a3557c5a9e70a7d64b57e819b#diff-99a60ba2759fb91bc09d54ce3240a24bR126 So I would have expected that adding generateJsInteropExports results in a recompile and changing log level continues using the rebuild cache as logLevel doesn't seem to be part of the cache key. Basically the other way around. -- 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.
