簡體   English   中英

無法安裝Eclipse的聲納爾插件

[英]Unable to install sonarqube plugins for eclipse

我正在嘗試在Windows上的Eclipse Luna中安裝sonarqube插件。 這是我的工作:

  • 選擇Help/Install new software...
  • 選擇http://downloads.sonarsource.com/eclipse/eclipse/
  • 選擇SonarQube JavaSonarQube ortional connectorsSonarQube Python項,然后按Next
  • 經過一些攪動后,我進入Install Remediation Page ,指示將不會安裝Python分析器。 如果選擇Show original error and build my own solution則會看到以下詳細信息:

     Cannot complete the install because one or more required items could not be found. Software being installed: SonarQube Python Analyser 3.4.0.20140404-0949-RELEASE (org.sonar.ide.eclipse.pydev.feature.feature.group 3.4.0.20140404-0949-RELEASE) Missing requirement: SonarQube Integration for PyDev 3.4.0.20140404-0949-RELEASE (org.sonar.ide.eclipse.pydev 3.4.0.20140404-0949-RELEASE) requires 'bundle org.python.pydev 0.0.0' but it could not be found Cannot satisfy dependency: From: SonarQube Python Analyser 3.4.0.20140404-0949-RELEASE (org.sonar.ide.eclipse.pydev.feature.feature.group 3.4.0.20140404-0949-RELEASE) To: org.sonar.ide.eclipse.pydev [3.4.0.20140404-0949-RELEASE] 
  • 我返回以keep my installation the same and modify the items being installed to be compatible ,嘗試至少安裝Java部件,然后按Next ,然后按Finish

  • 我收到出現Problem occurred對話框,其中包含以下詳細信息:

      An error occurred while collecting items to be installed session context was:(profile=epp.package.standard, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: org.eclipse.update.feature,org.sonar.ide.eclipse.jdt.feature,3.4.0.20140404-0949-RELEASE No repository found containing: osgi.bundle,org.sonar.ide.eclipse.m2e,3.4.0.20140404-0949-RELEASE No repository found containing: org.eclipse.update.feature,org.sonar.ide.eclipse.m2e.feature,3.4.0.20140404-0949-RELEASE 

我究竟做錯了什么?

錯誤消息的以下部分傾向於告訴您尚未在Eclipse中安裝Python支持:

requires 'bundle org.python.pydev 0.0.0'

,如果要安裝對Python SonarQube分析的支持,則為必填項。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM