On Tue, Dec 15, 2009 at 12:39 PM, Zied Hamdi http://nextstreet.eu <
[email protected]> wrote:

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

The latest Eclipse plugin is backwards compatible with previous versions of
GWT (back to 1.5). So you can always revert back to a previous SDK if
necessary.



> 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 :-).
>
> It sounds like you're picking up the 1.6 version of hosted.html (GWT
provided file that is part of the bootstrap process). Would you mind
responding with more information in regards to the environment you're
running in, as well as how you are debugging/running your app?

Also, try creating an application from scratch as a sanity test.



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


Reply via email to