An alternative would be to exclude the location, where the js files are generated, from Eclipse processing. Mark the directory in the eclipse properties (right mouse click) as "derived". - Ed
On Dec 13, 1:41 am, Mark Wengranowski <[email protected]> wrote: > That seems to have fixed it. Thanks Jens. > > On Dec 12, 2:29 pm, Jens <[email protected]> wrote: > > > > > > > > > I had this once and I think Eclipse sees the generated deferred .js files > > and tries to validate them if you have the J2EE version of Eclipse > > installed. Seems like these files are quite complex and/or Eclipse somehow > > runs out of memory and freezes. > > > What I have done is to disable all JavaScript validation: > > > - Project preferences -> Builders -> disable JavaScript Validator. > > - Project preferences -> Validation -> enable project specific settings -> > > disable any JavaScript validation > > > Hope this helps. > > > -- J. -- 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.
