Reputation: 1647
After updating my SonarQube installation from 4.1.1 to 4.4 I always get the error
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)
...
when running the ant task configured as suggested in: http://docs.sonarqube.org/display/SONAR/Analyzing+with+SonarQube+Ant+Task and http://docs.sonarqube.org/display/SONAR/Installing+and+Configuring+SonarQube+Ant+Task
What can I do to fix that?
Upvotes: 0
Views: 645
Reputation: 6199
This matrix should be a good reference when you do an upgrade - http://docs.sonarqube.org/display/SONAR/Plugin+version+matrix
Today I upgraded sonarqube to v 4.4 and got it fully working with this set of plugins -
SONARQUBE PLUGINS
I was facing exactly the same issue as you were, so I m hoping that this combination should work for you as well! Goodluck!
Upvotes: 1