0

我正在尝试通过在 omph 设置期间使用链接来使用 Oomph 安装 eclipse

(Eclipse Installer >> Advanced Mode >> Eclipse Modelling Tools >> Add user Project (Eclipse Project) 

我正在粘贴一个链接以完成安装。当我单击下一步并完成时,会产生以下错误:

org.eclipse.core.runtime.CoreException: Cannot complete the install because one or more required items could not be found.
    at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:291)
    at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:428)
    at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:340)
    at org.eclipse.oomph.setup.ui.EnablementComposite$5.run(EnablementComposite.java:318)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Contains: Software being installed: artificial_root 1.0.0.v1601316435220
Contains: Missing requirement: unzip Setup Task 1.0.0.201612071748 (com.github.maybeec.oomph.task.unzip 1.0.0.201612071748) requires 'osgi.bundle; org.junit 0.0.0' but it could not be found
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1601316435220
Contains: To: org.eclipse.equinox.p2.iu; com.github.maybeec.oomph.task.unzip.feature.feature.group 0.0.0
Contains: Cannot satisfy dependency:
Contains: From: unzip Setup Task 1.0.0.201612071748 (com.github.maybeec.oomph.task.unzip.feature.feature.group 1.0.0.201612071748)
Contains: To: org.eclipse.equinox.p2.iu; com.github.maybeec.oomph.task.unzip [1.0.0.201612071748,1.0.0.201612071748]

你知道我该如何解决这个问题吗?

4

1 回答 1

0

Oomph 安装缺少 org.junit,最近的安装程序版本似乎不再存在。在“解压缩设置任务”github 上也报告了此问题:https ://github.com/maybeec/oomph-task-unzip/issues/17 我正在那里提交解决方法并修复建议。

于 2021-01-05T09:23:07.643 回答