[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] class org.eclipse.core.commands.common.EventManager missing in 3.2M5a?
|
Since upgrading to Eclipse 3.2M5a a plugin project
that I had been happily compiling before reports a missing class org.eclipse.core.commands.common.EventManager.
I boiled this down and even already the
plugin-wizard generated template code for a SampleView (see below) already
reports that same error:
public class SampleView extends ViewPart
{
...
}
The word ViewPart has wiggles and the corresponding
error message reads:
Error plugin-template/src/plugin_template/views SampleView.java The
type org.eclipse.core.commands.common.EventManager cannot be resolved. It is
indirectly referenced from required .class files line 35 March 16,
2006 1:18:14 PM 7849367
Any idea or comment on this? What .jar do I have to add to or remove from the classpath to
be able to compile my plugins again?
Michael