I've a similar if not the same problem, I'm using the maven2 plugin and for 2 projects which had pom.xml files my maven dependencies are gone. When I run via the menu "Update Dependencies" I see the following lines being added to the eclipse log file. These lines are the same as reported by Dalla, so it might be related.
!ENTRY org.eclipse.ui 4 4 2009-11-18 00:04:14.828 !MESSAGE Plug-in 'com.google.appengine.eclipse.core' contributed an invalid Menu Extension (Path: 'com.google.gdt.eclipse.suite.popupMenu.project' is invalid): com.google.appengine.eclipse.core.popupMenu.project.gaeSettings !ENTRY org.eclipse.ui 4 4 2009-11-18 00:04:14.828 !MESSAGE Plug-in 'com.google.appengine.eclipse.core' contributed an invalid Menu Extension (Path: 'com.google.gdt.eclipse.suite.popupMenu.project' is invalid): com.google.appengine.eclipse.core.popupMenus.deployProjectAction !ENTRY org.eclipse.ui 4 4 2009-11-18 00:04:14.828 !MESSAGE Plug-in 'com.google.gwt.eclipse.core' contributed an invalid Menu Extension (Path: 'com.google.gdt.eclipse.suite.popupMenu.project' is invalid): com.google.gwt.eclipse.core.popupMenu.project.gwtSettings !ENTRY org.eclipse.ui 4 4 2009-11-18 00:04:14.828 !MESSAGE Plug-in 'com.google.gwt.eclipse.core' contributed an invalid Menu Extension (Path: 'com.google.gdt.eclipse.suite.popupMenu.project' is invalid): com.google.gwt.eclipse.core.actions.GWTCompilePojectAction I'm using eclipse JEE IDE 3.5 for webdevelopers with maven2 plugin , winXP, which had google plugin 1.1.2.v200910131704 installed prior to installing the 1.2 RC plugin, with gwt ms2 (and previously with 1.71 and 1.6.4) I installed it by placing the plugin from the zip in the eclipse dropins directory. Hilbrand. On Nov 18, 12:02 am, Chris Ramsdale <[email protected]> wrote: > On Tue, Nov 17, 2009 at 5:25 PM, Jeff Chimene <[email protected]> wrote: > > > On Tue, Nov 17, 2009 at 2:32 PM, Dalla <[email protected]> wrote: > > >> I´m having issues getting the Plugin version 1.2 RC1 to work correctly > >> in Eclipse. > > >> However only selecting "New" from the file menu there´s a "Google Web > >> Toolkit" directory containing options to create ClientBundle and > >> UiBinder among other things > > > So far, the upgrades (GWT2.0-rc1 and GEP) seem OK. > > > Two questions: > > > 1. Are these Windows-only options? I don't see them under Linux.. > > The platform specific installs have been combined into a single install that > will run on Windows, Mac, and Linux. > > > 2. I did have to create a Java launch to workaround the "-style" directive > > error. Is this still an issue? > > I've personally tested this several times without error. Would you mind > replying with the list of installed plugins so we can check what version you > have installed on your system? > > To check, do the following: > Help->Install New Software, and click on the "What is already installed" > link in the lower right hand corner > > > -- > > 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=. -- 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=.
