Как установить плагин Aptana в Eclipse 3.7? - PullRequest
7 голосов
/ 09 ноября 2011

Я пытаюсь установить плагин Aptana Studio 3 в Eclipse 3.7 в Ubuntu, но он выходит из строя с сообщением

An error occurred while collecting items to be installed
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.jdt.core,3.7.0.dist
No repository found containing: osgi.bundle,org.eclipse.jdt.core.manipulation,1.4.0.dist
No repository found containing: osgi.bundle,org.eclipse.jdt.debug,3.7.0.dist
No repository found containing: osgi.bundle,org.eclipse.jdt.launching,3.6.0.dist
No repository found containing: osgi.bundle,org.eclipse.jdt.ui,3.7.0.dist
No repository found containing: osgi.bundle,org.junit,3.8.2.v3_8_2_v20100427-1100

URL-адрес пакета, который я использую: http://download.aptana.com/studio3/plugin/install. Что я делаю не так?

Обновление: Я следовал совету sgbly ниже и теперь установка достигает 49%, прежде чем завершится с этим сообщением:

An error occurred while collecting items to be installed
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Comparison method violates its general contract!
Comparison method violates its general contract!

1 Ответ

9 голосов
/ 10 ноября 2011

Попробуйте:

Откройте настройки Eclipse и найдите Установка / обновление-> Доступное программное обеспечение и убедитесь, что выбран сайт обновления Indigo .

Если он не выбран, добавьте http://download.eclipse.org/eclipse/updates/3.7 и попробуйте снова установить Studio.

Надеюсь, это поможет.

...