Friday, March 29, 2013

Re: gwt-unitCache



On Friday, March 29, 2013 4:16:31 PM UTC+1, Magnus wrote:
Hi,

after upgrading the eclipse plugin I found a folder named "gwt-unitCache" under my project directory. I think it was not there before.
Does anyone know what it is for?

It's used by the compiler to cache "compilation units", which are (basically) the things it creates upon parsing your Java source files. The gwt-unitCache will speed-up subsequent compiles because it can just read from the cache rather than re-parse/compile a file if it hasn't changed.
I believe it's also used by devmode (can't remember).

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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 http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment