ERROR: Error during SonarScanner execution using sonar-scanner

What are you trying to accomplish?
Using build wrapper I am able to compile source code and build-wrapper-dump file was getting generated, but When I tried to push the same to sonarqube using sonar-scanner it is throwing error

  • Support a new language?
  • Extend an existing one? Which one?
  • Add language-agnostic features?
  • Something else?

What’s your specific coding challenge in developing your plugin?

And, if relevant, please share the code that’s giving you problems:

19:07:09.006 INFO: ------------------------------------------------------------------------
19:07:09.006 INFO: EXECUTION FAILURE
19:07:09.006 INFO: ------------------------------------------------------------------------
19:07:09.006 INFO: Total time: 26.591s
19:07:09.041 INFO: Final Memory: 28M/134M
19:07:09.041 INFO: ------------------------------------------------------------------------
19:07:09.041 ERROR: Error during SonarScanner execution
java.nio.file.InvalidPathException: Illegal char <:> at index 3: -Ic:/NXP/bstudio_nxp/sdk/ShibinRepSonar/Components/JenNet/Include

Hi,

Welcome to the community!

It looks like there’s a problem with your path, which I’m reading as Ic:/NXP....

Is that the path you expect? I’m guessing that I shouldn’t be there?

 
Ann