You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
In one of your *.gwt.xml files you probably have added the 'xsiframe' linker. This linker allows you to load your app from a different domain and because of this it has to generate *.cache.js files instead of *.cache.html files.
So everything is fine :-)
-- J.
Paul Krants
unread,
Feb 15, 2013, 10:23:06 AM2/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Well, thanks for the response first of all.
What I have in module xml file is this line: <add-linker name="xs" /> but even after I removed it and recompile the project I am still getting md5.cache.js files instead of cache.html files.