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
}
});
Adding the code example above is all im doing.
Im using GWT 2.4 w/latest update and Eclipse 3.7.