1
我按照指示在Analyzing with SonarQube Scanner for Ant來分析一隻螞蟻項目,並得到了以下錯誤:聲納掃描引擎沒有啓動
Buildfile: C:\Projects\my-sonar\build.xml
[echo] Build properties read from build.properties
clean:
sonar:
[sonar:sonar] Apache Ant(TM) version 1.9.4 compiled on April 29 2014
[sonar:sonar] SonarQube Ant Task version: 2.5
[sonar:sonar] Loaded from: file:/C:/Projects/my-sonar/.ant/lib/sonarqube-ant-task-2.5.jar
[sonar:sonar] User cache: C:\Users\test\.sonar\cache
[sonar:sonar] Load global settings
BUILD FAILED
C:\Projects\my-sonar\build.xml:541: java.lang.IllegalStateException: Scanner engine is not started. Unable to execute task.
我使用JDK 1.8和連接到遠程服務器SonarQube。
我必須在本地啓動聲納掃描儀作爲服務嗎?
任何幫助表示讚賞。
UPDATE:
此作品在build.xml中加入 「sonar.login」 & 「sonar.password」 之後。錯誤信息有點誤導...
SonarQube服務器版本是6.4 – George
我在生產環境中遇到同樣的問題。通過添加您建議的2個屬性來解決它。謝謝! –