It's possible that it's not stuck, but actually building a compile report for all your 42 permutations (you can look into your extra directory and see if it's happily outputting stuff there). That could take a while, as it's going through all kinds of compilation information and building up a lot of html files.
Unless you are specifically interested in comparing all your 42 compile reports (that would be a bit tedious...), you will probably want to restrict your compilation with compile reports to some key permutations, e.g., one per browser family. kathrin On Wed, Aug 11, 2010 at 12:16 PM, cokol <[email protected]> wrote: > please post your gwt.xml module descriptor > > On 11 Aug., 18:03, ben fenster <[email protected]> wrote: > > ????????? > > > > On 11 אוגוסט, 15:21, ben fenster <[email protected]> wrote: > > > > > > > > > can anyone tell me why when i compile without compile report flag the > > > compilation finishes ok and when i use the flag the compilation gets > > > stuck at the end after all the permutation is finished here is the > > > report: > > > Compiling 42 permutations > > > Compiling permutation 0... > > > Compiling permutation 1... > > > Compiling permutation 2... > > > Compiling permutation 3... > > > Compiling permutation 4... > > > Compiling permutation 5... > > > Compiling permutation 6... > > > Compiling permutation 7... > > > Compiling permutation 8... > > > Compiling permutation 9... > > > Compiling permutation 10... > > > Compiling permutation 11... > > > Compiling permutation 12... > > > Compiling permutation 13... > > > Compiling permutation 14... > > > Compiling permutation 15... > > > Compiling permutation 16... > > > Compiling permutation 17... > > > Compiling permutation 18... > > > Compiling permutation 19... > > > Compiling permutation 20... > > > Compiling permutation 21... > > > Compiling permutation 22... > > > Compiling permutation 23... > > > Compiling permutation 24... > > > Compiling permutation 25... > > > Compiling permutation 26... > > > Compiling permutation 27... > > > Compiling permutation 28... > > > Compiling permutation 29... > > > Compiling permutation 30... > > > Compiling permutation 31... > > > Compiling permutation 32... > > > Compiling permutation 33... > > > Compiling permutation 34... > > > Compiling permutation 35... > > > Compiling permutation 36... > > > Compiling permutation 37... > > > Compiling permutation 38... > > > Compiling permutation 39... > > > Compiling permutation 40... > > > Compiling permutation 41... > > > Compile of permutations succeeded > > > at this point it is stuck and the java process takes 600mb > > > pls help > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
