Eclipse Oxygen epp.package.jee Загрузка компонента не удалась
При обновлении наших плагинов до Eclipse Oxygen и Java 9 мы получили следующую ошибку:
Проблемы с анализом файла объектов:/Applications/Eclipse.app/Contents/Eclipse/features/org.eclipse.epp.package.jee.feature_4.7.2.20171218-0600/feature.xml.
Эта ошибка блокирует загрузку некоторых других плагинов, в том числе и тех, которые предустановлены в самом eclipse.
Это самая последняя версия установки, и мы не смогли найти достойного решения проблемы.
Есть ли способ исправить это без изменения содержимого пакета jee?
Редактирование может быть решено путем редактирования следующей части файла feature.xml по соответствующему пути.
<requires>
<!--
All requirements to features and the content of the product are defined
in the product configuration epp.product since Eclipse Neon. For further
details see the following bug:
Bug 332989 - Allow parts of a package to upgraded or removed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=332989
Please note that there are some additional dependencies to certain
plugins defined within this feature; these dependencies haven't been
changed.
-->
</requires>
как
<!--
<requires>
All requirements to features and the content of the product are defined
in the product configuration epp.product since Eclipse Neon. For further
details see the following bug:
Bug 332989 - Allow parts of a package to upgraded or removed
https://bugs.eclipse.org/bugs/show_bug.cgi?id=332989
Please note that there are some additional dependencies to certain
plugins defined within this feature; these dependencies haven't been
changed.
</requires>
-->
и несколько похожая проблема обсуждалась здесь