2

OSX10.8.3のEclipseClassic3.8.2(M20130131-0800)にSublclipse1.8をインストールしようとしています。これにより、エラーメッセージが表示されます。

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.draw2d,3.9.0.201212170307
No repository found containing: osgi.bundle,org.eclipse.gef,3.9.0.201212170307

不足しているプラ​​グインを入手するにはどうすればよいですか?

更新サイトとしてhttp://subclipse.tigris.org/update_1.8.xを設定しました。これは、 SubclipseページによるとEclipse3.8と互換性があります。インストールダイアログで、「Subclipse」グループと「SVNKit」グループの両方で使用可能なすべてのプラグインを選択しました。

更新サイトhttp://download.eclipse.org/releases/junoからGEFをインストールしても機能しません。

An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.draw2d,3.9.0.201212170307
No repository found containing: osgi.bundle,org.eclipse.draw2d.doc.isv,3.8.1.201212170307
No repository found containing: org.eclipse.update.feature,org.eclipse.draw2d,3.9.0.201212170307
No repository found containing: org.eclipse.update.feature,org.eclipse.draw2d.sdk,3.9.0.201212170307
No repository found containing: osgi.bundle,org.eclipse.draw2d.source,3.9.0.201212170307
No repository found containing: org.eclipse.update.feature,org.eclipse.draw2d.source,3.9.0.201212170307
No repository found containing: osgi.bundle,org.eclipse.gef,3.9.0.201212170307
No repository found containing: osgi.bundle,org.eclipse.gef.doc.isv,3.8.1.201212170307
No repository found containing: osgi.bundle,org.eclipse.gef.examples.ui.pde,3.8.1.201212170307
No repository found containing: org.eclipse.update.feature,org.eclipse.gef,3.9.0.201212170307
No repository found containing: org.eclipse.update.feature,org.eclipse.gef.sdk,3.9.0.201212170307
No repository found containing: osgi.bundle,org.eclipse.gef.source,3.9.0.201212170307
No repository found containing: org.eclipse.update.feature,org.eclipse.gef.source,3.9.0.201212170307
4

1 に答える 1

5

Subversion Revision Graphのオプション機能にはGEFが必要なため、不要な場合はインストールをスキップできます。それ以外の場合は、次のことを試してください。

  • インストール手順に示されているように、MarketplaceからSubclipseをインストールします。(ディストリビューションに含まれていない場合は、JunoアップデートサイトからMarketplace自体をインストールできます。)
  • Juno更新サイトhttp://download.eclipse.org/releases/junoにはGEFが含まれているため、使用可能なソフトウェアサイトに含まれていることを確認してください。GEFマイルストーン更新サイトを試すこともできます:http://download.eclipse.org/tools/gef/updates/milestones
于 2013-03-22T15:41:53.110 に答える