On 7 mai, 15:26, jsantaelena <[email protected]> wrote:
> Hi All,
>
> I'm trying to execute the hosted mode with -noserver.
>
> What I did:
>
> Compile my GWT Module to target/work/webapp
> Run jetty:run-exploded where the exploded path is target/work/webapp
> Started HostedMode -noserver -port 8080
> -startupUrlhttp://localhost:8080/myapp/myapp/main.htmlcom.myapp.App
>
> And I'm getting:
>
> Invalid version number "1.5" passed to external.gwtOnLoad(), expected
> "1.6"; your hosted mode bootstrap file may be out of date; if you are
> using -noserver try recompiling and redeploying your app
>
> What wrong did I?
It looks like you compiled you app with a 1.5 SDK (HostedMode expected
to receive 1.6 but was passed 1.5 by the selection script that is
deployed at your server, hence the error message); the deployed app
and the hosted mode must use the same SDK version.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---