I apologize if I confused you, I'm only reading through the GWT 2.0 stuff. I haven't faced this error myself as I'm yet to upgrade to 2.0. (I have two days to a minor deadline, so I don't want to mess with my dev.env.) My understanding is that setting the main class is fundamental part of the upgrade process, but I can't find it anywhere. Or does it apply only when compiling without the Eclipse plug-in?
On Dec 11, 6:30 pm, Rajeev Dayal <[email protected]> wrote: > That is definitely odd - the correct entry point should be selected for you > automatically. Do you mind posting the contents of your .project and your > .classpath files? > > 2009/12/11 Jaroslav Záruba <[email protected]> > > >http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html#Upgrading > > -- > > After upgrading to the GWT 2.0 jars, you will see the following > > message when running development mode using HostedMode: > > > [WARN] The class com.google.gwt.dev.HostedMode is deprecated and > > will be removed -- > > use com.google.gwt.dev.DevMode instead. > > > In order to eliminate this warning, change your main class from > > com.google.gwt.dev.HostedMode to com.google.gwt.dev.DevMode. > > -- > > > This is the first time I hear/read about that class. (I can't find > > anything like "main class" anywhere in the Eclipse or project > > settings.) > > Is it something that is available for change only after upgrading to > > GWT 2.0? > > > -- > > > 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.
