gpt4 book ai didi

eclipse-plugin - 在安装具有依赖性的插件时是否自动安装了必需的插件?

转载 作者:行者123 更新时间:2023-12-04 13:28:24 24 4
gpt4 key购买 nike

我正在开发一个依赖CodePro和Sonar插件的插件。我在插件 list 编辑器的“必需的插件”部分中添加了这些插件。
当我尝试在新的Eclipse实例上安装插件时,出现错误:“缺少要求:XYZ插件需要捆绑包'ABC',但找不到。”。
是否要求用户在安装我的插件之前必须手动安装这些必需的插件?
还是有一种方法可以让Update Manager在我之前自动下载并安装这些必需的插件?
如果有办法,我该怎么办?我读了很多很多文章,博客和论坛,但是对此没有明确的回应。
我将不胜感激。

最佳答案

p2将遵循插件依赖关系来安装所有必需的插件(或功能,具体取决于配置的内容)。如果使用Help>Install New Software,则所有插件的更新站点都必须可用,并且必须选中“在安装过程中与所有更新站点联系以找到所需的软件”。

使用命令行p2 Controller 时,必须在该命令行上列出所需的所有更新站点。前任:

eclipse/eclipse \
-application org.eclipse.equinox.p2.director \
-noSplash \
-repository \
http://download.eclipse.org/egit/updates-nightly,\
http://download.eclipse.org/e4/updates/0.12-I-builds,\
http://download.eclipse.org/releases/juno,\
file://$HOME/eclipseUpdate \
-installIUs \
org.eclipse.egit.feature.group,\
org.eclipse.egit.source.feature.group,\
org.eclipse.jgit.feature.group,\
org.eclipse.jgit.source.feature.group,\
org.eclipse.egit.fetchfactory.feature.group,\
org.eclipse.emf.sdk.feature.group,\
org.eclipse.xtext.sdk.feature.group,\
org.eclipse.wst.xml_ui.feature.feature.group,\
org.eclipse.pde.api.tools.ee.feature.feature.group,\
org.eclipse.e4.core.tools.feature.feature.group,\
org.eclipse.e4.tools.css.spy.feature.feature.group,\
org.eclipse.e4.tools.css.editor.feature.feature.group

关于eclipse-plugin - 在安装具有依赖性的插件时是否自动安装了必需的插件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11444091/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com