Wednesday, November 16, 2016

Missing Custom Linker Output Files when using GWT Eclipse Plugin

When using the GWT 2.7 Eclipse Plugin and a custom linker, if I create a new artifact, foo.js, inside the linker, it doesn't show up when I try to load it from the main web page of my application.  I need to create this file to dynamically load certain script files.  I already observed that the <module>.nocache.js that's served to the browser is different from the one that I actually emit in the linker - so this is an attempt to work around that.

Is this a known limitation, that any files you create are just thrown away and not served back to the application?

--
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