Hi im newbie and dont know how to make this ..

"In order to eliminate this warning, change your main class from
com.google.gwt.dev.GWTShell to com.google.gwt.dev.HostedMode.
HostedMode takes different arguments, so you will need to modify those
as well. Specifically, you need to remove the -out argument if you use
it, and you need to add a -startupUrl argument that takes the name of
your host page. For example, if your host page is TestApp.html, you
would add the argument "-startupUrl TestApp.html". Finally, HostedMode
takes the module name as its last argument. If you currently pass the
host page into GWTShell as part of the module name, you'll need to
remove it.

For example, the following program arguments:

    -out www com.google.gwt.TestApp/TestApp.html

become:

    -startupUrl TestApp.html com.google.gwt.TestApp "

Please Help.
Regards, TwiZ.

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