【发布时间】:2015-09-18 23:28:33
【问题描述】:
我正在尝试在 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
我做错了什么?
【问题讨论】: