Hi,
I moved my 1.6 project to the new 2.0 GWT under eclipse and since that
moment I can't evolve anymore (since 2 days): I have javascript errors
that doesn't even let the code reach the onModuleLoad() method. I did
an upgrade on my eclipse so it's impossible to return back to the 1.6
version (didn't find any link to download the older versions), I think
I've reached the point of no return :-) so I really must get out of
this situation but I have no clue about
what's going wrong. In the code :
17function gwtOnLoad(errFn, modName, modBase){
18 $moduleName = modName;
19 $moduleBase = modBase;
20 if (!external.gwtOnLoad(window, modName, "1.6")) {
21 if (errFn) {
22 errFn(modName);
23 }
24 }
25}
external exists but it doesn't contain any gwtOnLoad method. that's
all I can say, to find where is the 'external' definition, I don't
know how to do, and I'm convinced I find my self debugging the GWT
java to js compiler that doesn't sound good at all :-).
Any help is really really welcome,
Best Regards,
Zied
--
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.