Hi darkflame,

That error message is certainly a rare find - whatever is causing it is
likely to be one of those edge cases that are hit when there is a full blue
moon and the planets are aligned.

The hosted.html file is typically not generated in the .gwt-tmp dir, but
just in case, could you try deleting that directory to make sure there
aren't any stale files there that might be triggering that error message?

Regarding switching to the new com.google.gwt.dev.HostedMode, you would be
required to change the directory layout for your project to the WAR
convention adopted in GWT 1.6. If you do want to go this route, the process
is fairly straightforward and should be painless. You can check out details
steps to do this in the 1.6 upgrade guide (link below).

GWT 1.6 upgrade guide:
http://code.google.com/webtoolkit/doc/1.6/ReleaseNotes_1_6.html#Upgrading

Hope that helps,
-Sumit Chandel

On Tue, May 12, 2009 at 3:04 AM, darkflame <darkfl...@gmail.com> wrote:

>
> I'm getting a;
>
> "[ERROR] Not enough arguments (2) passed to external.gwtOnLoad(),
> expected (3); your hosted mode bootstrap
> file may be out of date; if you are using -noserver try recompiling
> and redeploying your app"
>
> Error in the development shell when I run my project.
> This error has only just appeared despite working on my project for
> weeks without even touching the run or compiling configurations.
> It seems to have appeared after introducing another Frame element,
> sometimes setting the url seems to trigger it but I cant find any
> logic to this error appearing.
>
> This may be tied to me still using "com.google.gwt.dev.GWTShell" to
> compile, despite the deprecated warning I get in eclipse. (I'm using
> the default 1.5 directory layout still, changing to
> 'com.google.gwt.dev.HostedMode' would mean having to change that
> right?)
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to