Thursday, December 4, 2014

What is the default linker 2.7.0?

I seem to remember reading somewhere in the documentation that the "xsiframe" linker is now the default linker in gwt 2.7.0 (and Thomas Broyer just mentioned this recently--see: https://groups.google.com/forum/#!searchin/google-web-toolkit/xsiframe$20default$20linker$20in$202.7.0/google-web-toolkit/CgF9yyzf4-A/Gd2FImdKbRMJ )

but after upgrading an app to gwt 2.7.0, I get this warning message while compiling if I don't specify a linker:

 [WARN] IFrame linker is deprecated; consider switching to the xsiframe linker

If I re-add the directive that I used to have in 2.6.1:
<add-linker name="xsiframe" />
then the warning goes away and now I see the "compilation-mappings.txt" file in the output where I didn't see it without the directive (I think this is a way to know the xsiframe was used, correct?).

So is xsiframe not the default linker? If it is, what could change the linker being used (other imported gwt modules?)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment