Compiling my application hangs GWT when it does compile "Permutation 0". The GWT compiler then uses 100% CPU but never finishes compiling.
I spent quite some time tyring to narrow down the problem. Not successful yet. I am really stuck with that problem. Here is the situation: 1. I use the GWT compiler via ant. No Eclipse. 2. When I put comments before some lines of code, then the application will compile (but not work of course, because of the missing code). But this cannot be narrowed down to certain lines of code. Seems more that just several lines of code need to be put in comments in order to avoid the compiler hang. For example: - putting comments before line A and B will compile - putting comments before line C and D will compile Confusing for me, I did not yet understand what is going on there. 3. My application did compile fine some time before, in an older version. But I have not been able to reconstruct a working version by now. 4. The hang occurs with GWT version 2.3.0 and 2.4.0 5. The hang also occurs with a second environment which I did set up from scratch 6. Of course I tried to increase the memory size for the Java VM 7. Additional logging in GWT produces tons of output; but it ends with the message "Compiling permutation 0...". So the additional logging did not help me. Do you have an idea what I could do to narrow down the problem ? Or if a GWT developer could look at the problem ? Here is the source: http://www.kugihan.de/dict/download/development/GWT/Java_for_GWT.zip And here is the GWT output from "-logLevel ALL": http://www.kugihan.de/dict/download/development/GWT/GWT_output.txt Thanks a lot for your help ! Regards, Gert -- 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.
