我正在尝试在Windows上安装Eclipse Luna中的sonarqube插件。这就是我的工作:
Help/Install new software...
http://downloads.sonarsource.com/eclipse/eclipse/
SonarQube Java
,SonarQube ortional connectors
和SonarQube 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
我做错了什么?
答案 0 :(得分:0)
错误消息的以下部分倾向于告诉您尚未在Eclipse中安装Python支持:
requires 'bundle org.python.pydev 0.0.0'
,如果要安装对Python SonarQube分析的支持,则需要这样做。