Thanks Miguel! For everyone else:
In this case both were using 1.6.4 It seems that the plugin wants to not only see that you are using 1.6.4, but also have a war/WEB-INF/web.xml file. so, to fix older projects with this problem you have to: 1) un-check the "Use GWT" box in the Project Properties 2) close the properties dialog 3) add the war structure 4) THIS IS VERY IMPORTANT: refresh (f5) the project 5) re-check the "use GWT" box in project properties Then enjoy debugging using the new HostedMode -jason On Apr 9, 2009, at 1:27 PM, Miguel Méndez wrote: > Projects that are not war style, 1.6, projects are launched using > the GWT 1.5 style shell by the plugin. > > Please see the "Working with GWT 1.5 and earlier projects" section > in the following doc for more information: > http://code.google.com/eclipse/docs/existingprojects.html > . > > On Thu, Apr 9, 2009 at 2:59 PM, Isaac Truett <[email protected]> > wrote: > > One's using GWT 1.5 and the other is GWT 1.6? > > > > On Thu, Apr 9, 2009 at 2:56 PM, Jason Essington > <[email protected]> wrote: > > > > I have a project that has been using GWT since the beta days. I just > > converted it to a "GWT project" for use with the new plugin ... > > > > now when I debug (debug as a webapp) I get the complaint that > GWTShell > > is deprecated, and to use HostedMode ... > > > > problem is, the plugin doesn't give you any way to choose. > > > > another test project that I just created does not display this > message > > on debug, so something must be triggering the use of one vs the > other, > > anyone have any idea what it could be? > > > > -jason > > > > > > > > > > > > > -- > Miguel > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
