Hi Sumit, I was being unclear: with 'a bit of caching in the Generator' I meant 'a bit of caching in _my_ Generator extension'.
I originally added the caching in an attempt to shorten the compile time, as I noticed the generator was called a many times for the same classes. It didn't actually make much of a difference, but I never took it out :/ The cache was such that if a class had been generated, its name as added to the (static) cache. Therefore, the class wasn't regenerated after a refresh. It seems the generated classes are removed during a refresh and I think that wasn't the case in 1.4.62? best regards, -- Ivo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
