Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
WinXP, eclipse 3.0M7
Description
If your workspace has any closed projects, the groovy plugin failes. The log has the following (edited) exception
Nested exception:
org.eclipse.core.internal.resources.ResourceException: Resource /sync4j is not open.
at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:106)
at org.eclipse.core.internal.resources.Project.hasNature(Project.java:393)
at org.codehaus.groovy.eclipse.model.GroovyModel.updateProjects(GroovyModel.java:128)
at org.codehaus.groovy.eclipse.GroovyPlugin.startup(GroovyPlugin.java:277)
at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:49)
at org.eclipse.osgi.framework.internal.core.BundleContext$1.run(BundleContext.java:1054)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContext.startActivator(BundleContext.java:1050)