Re: GWT Compiler doesnt generate cache.html files

2013-02-15 Thread Paul Krants
Well, thanks for the response first of all. What I have in module xml file is this line: but even after I removed it and recompile the project I am still getting md5.cache.js files instead of cache.html files. ... On Thursday, February 14, 2013 5:22:23 PM UTC-5, Jens wrote: > > In one of you

Re: GWT Compiler doesnt generate cache.html files

2013-02-14 Thread Jens
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. -- You received this message be

GWT Compiler doesnt generate cache.html files

2013-02-14 Thread Paul Krants
it generates *.cache.js files instead. Application seems to be working but all documentation and examples I could find mention cache.html files. Could not find anything in the compiler options to switch it. Using GWT 2.4.0 at the moment. Any ideas? Thanks -- You received this message becaus