I have my sonar-project.properties in a subfolder called CX. All reports (nunit, coverage, ...) are also put in this folder.
Now, if I set the project path to the parent (sonar.projectBaseDir=../), analysis of the source works fine.
But the paths to the reports (sonar.cs.opencover.reportsPaths=CX/CoverageReport.xml) don't work since it seems that they are still relative to the path where the scanner was started (inside the CX folder).
Is this as planned? Is there another property to set the whole "working directory" to somewhere else?
Thanks
Roman