6

以下の手順に従いました:(RAD 8.0.4)

  • ヘルプに移動 – 新しいソフトウェアをインストールします。
  • インストール ウィザードの Available Software ページで、Work with フィールドの横にある Add ボタンをクリックし、次の新しい場所を追加します。
  • Available Software Sites リンクをクリックし、次のサイトのチェックボックスのみが選択されていることを確認します。次に、[OK] をクリックします。

@download.eclipse.org/webtools/repository/helios

  • Available Software ページの Work With フィールドで、m2eclipse-wtp updates を選択します。
  • [名前] 列で、次のチェック ボックスをオンにします。

    • mavenarchiver pom プロパティの m2e コネクタ
    • WTP の Maven 統合。

以下のエラーが発生しました。

Cannot complete the install because one or more required items could not be found.
  Software being installed: m2e connector for mavenarchiver pom properties 0.15.0.201212080009 (org.sonatype.m2e.mavenarchiver.feature.feature.group 0.15.0.201212080009)
  Missing requirement: Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.core 1.4.0.20130601-0317) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
  Missing requirement: Maven Integration for Eclipse 1.4.1.20140328-1905 (org.eclipse.m2e.core 1.4.1.20140328-1905) requires 'bundle org.slf4j.api 1.6.2' but it could not be found
  Missing requirement: Maven Integration for Eclipse 1.5.0.20140606-0033 (org.eclipse.m2e.core 1.5.0.20140606-0033) requires 'bundle org.eclipse.core.runtime 3.7.0' but it could not be found
  Cannot satisfy dependency:
    From: Maven Integration for Eclipse JDT 1.4.0.20130601-0317 (org.eclipse.m2e.jdt 1.4.0.20130601-0317)
    To: bundle org.eclipse.m2e.core [1.4.0,1.5.0)
  Cannot satisfy dependency:
    From: Maven Integration for Eclipse JDT 1.4.1.20140328-1905 (org.eclipse.m2e.jdt 1.4.1.20140328-1905)
    To: bundle org.eclipse.m2e.core [1.4.0,1.5.0)
  Cannot satisfy dependency:
    From: Maven Integration for Eclipse JDT 1.5.0.20140606-0033 (org.eclipse.m2e.jdt 1.5.0.20140606-0033)
    To: bundle org.eclipse.m2e.core [1.5.0,1.6.0)
  Cannot satisfy dependency:
    From: m2e connector for the mavenarchiver and pom properties 0.15.0.201212080009 (org.sonatype.m2e.mavenarchiver 0.15.0.201212080009)
    To: bundle org.eclipse.m2e.jdt [1.0.0,2.0.0)
  Cannot satisfy dependency:
    From: m2e connector for mavenarchiver pom properties 0.15.0.201212080009 (org.sonatype.m2e.mavenarchiver.feature.feature.group 0.15.0.201212080009)
    To: org.sonatype.m2e.mavenarchiver [0.15.0.201212080009]
4

2 に答える 2

14

同様の問題があり、indigo 更新サイトを使用して m2e をインストールできました: http://download.eclipse.org/releases/indigo/

  • ヘルプに移動 – 新しいソフトウェアをインストールします。
  • 追加... 上記の URL を場所として名前を選択します。
  • リストがロードされたら、「汎用ツール」の下で、「m2e - Maven Integration for Eclipse」をチェックします。
  • インストールを続行して再起動します。

お役に立てれば。

于 2014-10-09T15:11:13.970 に答える