After debugging I found out that the CompilationStateBuilder can't find a 
cache entry for the units (com.google.gwt.lang.Util in this case). 
CompilationUnit cachedUnit = unitCache.find(resource.getPathPrefix() + 
resource.getPath());

That puts "com.google.gwt.lang.Util" into modifiedCompilationUnitNames 
which is transferred into the stale units set afterwards. As I could see 
com.google.gwt.lang.Util is persisted during the compile process but the 
folder which holds all of the persistent unit caches is cleared 3-4 times 
(in my case) so the persisted unit is lost. Try to figure out the reason 
for this directory clearance now.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to