Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- what are you trying to achieve
- what have you tried so far to achieve this
Hi,
I am trying to perform code analysis.
I have using sonar scanner 4.0 and Sonar Comm. version 7.9.3
The code analysis results are not getting to the SonarQube.dashboard
I will include extract of the logs. this is mainly after the scanner -X has been called.
There is a mixture of C++ and ADA code here.
The ADA side seems to be causing the issue at this moment…
3:28:45.672 INFO: Sensor Ada Code Highlighting Sensor [ada] (done) | time=1876ms
13:28:45.672 INFO: Sensor GNAThub Issues Import [ada]
13:28:45.940 INFO: ------------------------------------------------------------------------
13:28:45.940 INFO: EXECUTION FAILURE
13:28:45.940 INFO: ------------------------------------------------------------------------
13:28:45.941 INFO: Total time: 1:53.327s
13:28:46.068 INFO: Final Memory: 32M/120M
13:28:46.068 INFO: ------------------------------------------------------------------------
13:28:46.069 ERROR: Error during SonarQube Scanner execution
org.sonar.squidbridge.api.AnalysisException: sonar.ada.gnathub.db is not defined in the project properties file
at org.sonar.plugins.ada.GNAThub.(GNAThub.java:46)
Any Ideas?