It does rather depend what you think is being cached and why. For exanple, if you are changing a file to UTF-8, you need to make a change in that file so GWT will know to recompile that class, but, you can try all or any of these (I'm assuming because of the IE reference, you are on Windows):
1) Highlight the project in Eclipse and hit F5 to ensure that Eclipse is in sync with the file system 2) Project | Clean to rebuild the project (useful if you have flagged errors you know aren't errors) 3) Delete the IE cache 4) Delete the bin/tomcat/www directories in the project (and also any other project which uses the same package names) 5) In the problem class, add a space somewhere (or take the space away - anything to flag the file as changed). 6) Restart Eclipse (this is a 'what the hell else is there to try' measure for me, as is a reboot) 7) Sacrifice something to the gods of the cache. A can of lager is my preferred offering. If the god in question doesn't drink it, don't waste it. Coffee and a doughnut is a second rate substitute if your company frowns on the consumption of alcohol before 9.30am. Ian http://examples.roughian.com 2008/9/23 mooreds <[EMAIL PROTECTED]> > > Hi folks, > > I am looking for how to clear the hosted mode browsers cache. In > particular, I'm interested in clearing out the CSS and script tag > content--I'm using some dynamic JSON that I want to make sure is not > cached. > > I found one post a month ago that was asking how to do the same thing > for Linux: > http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/9e3a64304d2a01cd > > I searched the documentation on the GWT website and didn't see > anything. > > I also tried deleting the cache of the IE browser on the machine, but > wasn't sure if that did anything. > > Thanks, > Dan > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---