On 7/27/2012 3:58 PM, Chris wrote: > I just updated eclipse and now all GWT projects are broken. I inspect > the installation and I see everything is installed, the problem is that: > > *All my run configurations are gone > > *There is no option to run anything as Web Application. > > *Error log includes: > -Unable to restore perspective: Workspace - Java. > -Problems occurred when invoking code from plug-in: > "org.eclipse.ui.workbench". > > *Errors in build path: > [Persisted Container] > "com.google.gwt.eclipse.core.GWT_CONTAINER" > gwt-user.jar (missing) > gwt-dev.jar (missing) > > > > Can anyone offer a suggestion what I might do to fix this? 1st: Don't panic.
You are @ Juno now? I noticed that the update to Juno actually Just Worked (kind of). Usually, I've had to completely reinstall Eclipse to get the next version. Anyway: Did you possibly install GWT outside of Eclipse at one point? Also, it looks like Google Plugin for Eclipse (GPE) is broken. I did notice that GPE seemed to break when moving to Juno. It seems you're just missing GWT, and you might need to reinstall GPE. Your build info is stored as part of your workspace. But, since GPE isn't loading, there's nothing that Eclipse cannot provide you access to it. Try installing Google Plugin For Eclipse, but only enough to get GWT going. Do you use App Engine? If not, don't select that. Do you need the UI designer? If not, don't select it. You can always go back and reinstall those items. > > What is a persisted container? > > Is there a roll-back mechanism in Eclipse? > > > -- > You received this message because you are subscribed to the Google > Groups "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/DNNGpIO9l20J. > 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. -- 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.
