Hi Everyone,

It seems that when i add code splitting to my program and compile it
Eclipse freezes when it tries to build the workspace.

It gets hung up on the javascript files in the deferredjs folder in
the war directory. They only way i have found to stop this is to
recompile the code without the code splitting.

GWT.runAsync(new RunAsyncCallback() {
                                                           public void 
onSuccess() {
                                                                
cp.buildMainModule();
                                                                    }
                                                           public void 
onFailure(Throwable t) {
                                                                 //handle 
somehow
                                                           }
                                                       });

-- 
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.

Reply via email to