1

Rational Team Concert4.0Eclipseクライアントを既存のEclipseインストールにインストールするのに問題があります。

私のEclipseインストールは、Web開発者向けのEclipse Java EE IDE、IndigoServiceリリース2です。

RTCクライアントをインストールしようとすると、次のエラーが発生します。

Offering cannot be installed into this existing Eclipse installation configuration because it would invalidate existing bundle constraints

詳細:

Message ID: CRIMA1056E

  CRIMA1054E: Installing bundle "org.eclipse.xsd_2.6.0.v20100914-1218" into this existing Eclipse installation does not meet the version tolerance of "[2.7.0,3.0.0)" for the existing bundle "org.eclipse.xsd.edit"

http://www.ibm.com/developerworks/wikis/display/rationalinstall/Install+into+an+existing+Eclipse+instanceを確認しましたが、Rational TeamConcert4.0のセクションはまだありません。

Eclipseにインストールする必要のある前提条件はありますか?誰かアドバイスはありますか?

4

1 に答える 1

2

InstallationManagerを使用して既存のEclipse3.6.2にRTCEclipseClient 4.0をインストールする」で述べたように、InstallationManagerと特別な種類のRTCリリースを使用する必要があります。 「 RTCがEclipse3.7(Indigo)をサポートする時期
を参照してください。

p2 InstallRepositoryzipは[AllDownloads ]タブからダウンロードできます。

Eclipseインストーラー([ヘルプ]-> [新しいソフトウェアのインストール])を使用して、独自のEclipse3.7インストールにインストールします。

p2リポジトリのインストール

(この質問と同様のJunoの依存関係の問題がないことを確認してください。これは、RTCに関するものではありませんが、関連する可能性もあります)。

その他の要件については、「CLMSystemRequirements
(jazz.netログインが必要ですが、リクエストして簡単に作成できます)
(Jazz Foundation、Rational Team Concert、Rational Quality Manager、Rational RequirementsComposerを含むCLM2012のシステム要件
)で説明されています。 Eclipse IDE」セクション:Eclipse 3.7.2はRTC4.0(CLM2012の一部)でサポートされています。

于 2012-07-09T11:51:42.717 に答える