java - SonarQube Findbugs "needs sources to be compiled" -


i trying sonarqube findbugs working, when try run error: "findbugs needs sources compiled. please build project before executing sonar , check location of compiled classes."

sonar.sources set folder of src files , sonar.binaries set folder of class , jar files. layout works findbugs 1 of projects, on other above error.

this debug error provided when findbugs not run: http://pastie.org/9483921

how can fix this, , there folder findbugs needs classes/jars in work?

thanks.

add property

sonar.binaries=${workspace}/proy/build/ 

to sonar configuration. if ar using several proyects build, use coma separed.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -