jmecosta / CxxSonarQubeRunner

GNU Lesser General Public License v3.0
10 stars 6 forks source link

Processing failed when executed from a different directory than analysed project #6

Closed alustrement closed 8 years ago

alustrement commented 8 years ago

If current directory is not the SLN directory

C:\Sandbox\sonar-cxx-msbuild-tasks-master\BuildDrop>CxxSonarQubeMsbuidRunner.exe /m:C:\Sandbox\NativeCalc\NativeCalc.sln /d:sonar.host.url=http://localhost:9000 /n:NativeCalc /k:NativeCalc /v:4 /d:sonar.login=admin /d:sonar.password=admin

I've got this error

Post-processing started.
Execution failed. The specified executable does not exist: C:\Sandbox\sonar-cxx-msbuild-tasks-master\BuildDrop\.sonarqube\bin\MSBuild.SonarQube.Internal.PostProcess.exe
Post-processing failed. Exit code: 1
jmecosta commented 8 years ago

This should be easy fix.

jmecosta commented 8 years ago

done