Eclipse - Невозможно завершить установку, поскольку не удалось найти один или несколько требуемых элементов (задача установки разархивирования)

Я пытаюсь установить eclipse с помощью Oomph, используя ссылку во время настройки oomph

(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]

Вы знаете, как я могу решить эту проблему?

1 ответ

В установке Oomph отсутствует org.junit, который, похоже, больше не присутствует в последней версии установщика. Об этой проблеме также сообщается в github «Задача установки распаковки»: https://github.com/maybeec/oomph-task-unzip/issues/17 . Я предлагаю обходной путь и исправление.

Другие вопросы по тегам