简体   繁体   English

Eclipse无法找到旧插件的操作集

[英]Eclipse unable to find action set of old plug-ins

I was following the instructions from PDE Does Plug-ins to create a few first plug-ins for Eclipse. 我按照PDE插件的指示为Eclipse创建了一些第一个插件。 Everything worked out this far. 到目前为止,一切顺利。 But when starting the second instance of Eclipse I get the following error information in my console. 但是,当启动Eclipse的第二个实例时,我在控制台中得到以下错误信息。

General Information: 一般信息:

eclipse.buildId=M20130204-1200
java.version=1.7.0_21
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments:  -product org.eclipse.sdk.ide -refresh
Command-line arguments:  -product org.eclipse.sdk.ide -data C:\Users\Stefan\workspace/../runtime-EclipseApplication -dev file:C:/Users/Stefan/workspace/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog -clean -refresh

Error Messages: 错误讯息:

!ENTRY org.eclipse.ui 4 4 2013-11-17 14:15:39.449
!MESSAGE Unable to find Action Set: HelloWorldPlugin.actionSet

!ENTRY org.eclipse.ui 4 4 2013-11-17 14:15:39.455
!MESSAGE Unable to find Action Set: myplugin.actionSet

!ENTRY org.eclipse.ui 4 4 2013-11-17 14:15:39.456
!MESSAGE Unable to find Action Set: PluginTest.actionSet

When closing the second instance of Eclipse: 关闭Eclipse的第二个实例时:

!ENTRY org.eclipse.ui 2 2 2013-11-17 14:16:10.359
!MESSAGE Invalid property category path: ValidationPropertiesPage (bundle: org.eclipse.wst.xml.ui, propertyPage: org.eclipse.wst.xml.ui.propertyPage.project.validation)

As you can see I already tried the -clean and -refresh command line parameters and editing the workbench.xmi/.xml , both without success. 如您所见,我已经尝试了-clean-refresh命令行参数并编辑workbench.xmi/.xml ,但都没有成功。

I assume these error messages are caused by plug-ins that have previously existed in my workspace, but are no longer existent. 我认为这些错误消息是由我的工作区中以前存在的插件引起的,但是不再存在。 Unfortunately these are not listed under 'Installed Plugins' so I cannot remove them this way. 不幸的是,这些未列在“已安装的插件”下,因此我无法通过这种方式将其删除。

Worth checking out your run configurations for what Plugin's are being looked for: 值得检查您的运行配置以查找正在寻找的插件:

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM