Thursday, January 26, 2017

Re: [WARN] Namespace option is not compatible with CodeSplitter, turning it off.



On Thursday, January 26, 2017 at 4:01:59 PM UTC+1, Jens wrote:
The GWT compiler has a namespace option (-Xnamespace) you can turn on during compilation. But turning it on can produce bugs, especially when using code splitting so this option has been deactivated for now.

The reasoning why this change has been made can be read in the code review: https://gwt-review.googlesource.com/#/c/13704/

If you don't want to see the warning anymore, remove the compiler option.

But note that the default value for -Xnamespace is PACKAGE when using -draftCompile (and NONE otherwise), so if you're using -draftCompile and don't want to see the warning, then pass an explicit "-Xnamespace NONE".

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment