将我的SonarQube安装从4.1.1更新到4.4后,我总是收到以下错误
Caused by: org.sonar.api.utils.XmlParserException: java.lang.UnsupportedOperationException: Not supported since v4.2. See http://docs.codehaus.org/display/SONAR/API+Changes
at org.sonar.plugins.pmd.PmdSensor.analyse(PmdSensor.java:55)
...运行按照建议配置的ant任务时:http://docs.sonarqube.org/display/SONAR/Analyzing+with+SonarQube+Ant+Task和http://docs.sonarqube.org/display/SONAR/Installing+and+Configuring+SonarQube+Ant+Task
我能做些什么来解决这个问题呢?
发布于 2014-09-09 05:56:17
此表在您进行升级时应该是一个很好的参考- http://docs.sonarqube.org/display/SONAR/Plugin+version+matrix
今天我将sonarqube升级到v4.4,并使用这组插件使其完全正常工作。
SONARQUBE插件
<代码>G210
我正面临着与您完全相同的问题,所以我希望这个组合也能为您工作!祝你好运!
https://stackoverflow.com/questions/25512589
复制相似问题