I'm working with GWT 2.3.0. Whenever I add any org.springframework.xxx_3.0.5.RELEASE jars to my GWT project (i.e., I put them in WEB-INF/lib/), gwtc will hang (seems to get caught in an infinite loop, no output in the console other than "gwtc:"). However, devmode works fine.
I discovered that if I swap the jars for org.springframework.xxx-3.1.0.M2 then gwtc will compile fine and my problem goes away. But, I really want to know why changing the jars fixed this. Any 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 [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.
