I'm having trouble tracking down this issue. This question will be
kind of vague as I'm still trying to understand this enough to ask an
informed question. Also, I can't just post my source since it's a work
project.

Everytime I compile my GWT project, I end up with different
javascript, which means it's a new set of cache.js and cache.html
files. I'm using gwt-1.4.62 still, which dates me. If I compile in OBF
or PRETTY, I get new js code every compile. If I compile in DETAILED,
then the produced js is the same every compile. Looking at it in
PRETTY, all of the differences are numbers being passed into the
typeId parameter for initValues and initDims, which look like they're
for working with arrays:
http://code.google.com/p/google-web-toolkit/source/browse/trunk/dev/core/src/com/google/gwt/dev/jjs/impl/ArrayNormalizer.java?r=955

Could someone help me understand what's going on here, or provide
ideas?
--~--~---------~--~----~------------~-------~--~----~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to