首先,我所知道的这个问题 。 因为我既不使用maven或詹金斯,我不能使用所提供的解决方案。
当有声纳亚军分析我的项目,我得到以下警告:
Class 'XXX/XXX/XXX' is not accessible through the ClassLoader
每个班级我的项目。 我也得到来自jacoco覆盖插件以下警告:
No JaCoCo analysis of project coverage can be done since there is no class files.
我的声纳亚军性质定义如下:
sonar.sources=com // sources are analysed
sonar.tests=Tests/JUnit/com // works, since wrong location results in an error
sonar.binaries=bin/com // no presence in logs
sonar.java.libraries=dependencies/*.jar // no presence in logs.
sonar.junit.reportsPath=rapports/junit // results are displayed
sonar.java.coveragePlugin=jacoco
sonar.jacoco.reportPath=rapports/jacoco/coverage.exec // not logged
不用说,我查了多种不同的路径(事件通过其绝对同行或上市双星每个罐子代替它们),但我无法做出分析。
什么任何想法可能会错呢?