I guess the linker detects the DevMode and adds an entry for hosted.html in the manifest; and because DevMode does not compile the permutations, the manifest is missing the *.cache.html. Running GWT Compiler would fix this. This is actually not much different from the DevMode generating a "dummy" *.nocache.js; except that I guess the linker always replaces the manifest, contrary to DevMode (which only generates the "dummy" file when it doesn't already exist –or it's timestamp is older than the one of the GWT SDK, which would mean it's from a different GWT version–)
…only guessing though; didn't look at the code. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/FHbhrL_dNxoJ. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.