Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/logging/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
eclipse更新站点的需求_Eclipse_Eclipse Plugin - Fatal编程技术网

eclipse更新站点的需求

eclipse更新站点的需求,eclipse,eclipse-plugin,Eclipse,Eclipse Plugin,我想知道如何将所需的插件添加到eclipse更新站点。换句话说,我将插件打包到一个功能项目中,然后创建了一个更新站点。当我尝试从另一台机器安装插件时,我得到了以下结果: Cannot complete the install because one or more required items could not be found. Software being installed: X-MAN Tool 2.0.0 (xman.eclipse.feature.feature.group

我想知道如何将所需的插件添加到eclipse更新站点。换句话说,我将插件打包到一个功能项目中,然后创建了一个更新站点。当我尝试从另一台机器安装插件时,我得到了以下结果:

Cannot complete the install because one or more required items could not be found.


 Software being installed: X-MAN Tool 2.0.0 (xman.eclipse.feature.feature.group 2.0.0)
  Missing requirement: X-MAN Tool 2.0.0 (xman.eclipse.feature.feature.group 2.0.0) requires 'org.eclipselabs.spray.runtime.graphiti 0.5.1' but it could not be found
我应该在哪里添加这些依赖项?我想强调一个事实,即插件org.eclipseelabs.spray.runtime.graphiti 0.5.1已经在dpeenices列表中列出(见图)

非常感谢您的关注

西蒙尼


如果您在
插件
选项卡中声明插件会怎么样?因此,在导出/构建存储库/更新站点后,它将与itCheck一起打包,无论它是否包含
org.eclipselabs.spray.runtime.graphiti
插件(在插件文件夹中),并验证其版本MANIFEST.xml文件OK感谢@Chandrayagkw如果您在
插件
选项卡中声明插件,会怎么样?因此,在导出/构建存储库/更新站点后,它将与itCheck一起打包,无论它是否包含
org.eclipselabs.spray.runtime.graphiti
插件(在插件文件夹中),并验证其版本MANIFEST.xml文件OK感谢@Chandrayagkw如果您在
插件
选项卡中声明插件,会怎么样?因此,在导出/构建存储库/更新站点后,无论其是否包含
org.eclipselabs.spray.runtime.graphiti
插件(在插件文件夹中),它都将与itCheck打包,并验证其版本MANIFEST.xml文件OK谢谢@ChandrayyaGK