-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQ6.4: java.lang.NoClassDefFoundError: org/sonar/graph/DirectedGraphAccessor #1154
Comments
sonar-graph dependency was dropped in 6.4: SonarSource/sonarqube@1b00fef I've been able to work-around this for now by manually adding sonar-graph-5.1.jar to sonar-cxx-plugin-0.9.8-SNAPSHOT.jar |
@yachoor could you please tell me how you did add the sonar-graph lib back? |
I packed sonar-graph-5.1.jar to META-INF/lib directory in sonar-cxx-plugin-0.9.8-SNAPSHOT.jar and added string META-INF/lib/sonar-graph-5.1.jar to the end of Plugin-Dependencies in META-INF/MANIFEST.MF |
Or have a look to #1157 |
I am still getting this error. Jenkins plugin sonar-scan 2.9 sonarqube Version 6.7.6 (build 38781) 09:29:19 09:29:19.942 INFO: ------------------------------------------------------------------------ |
sonar-scanner output with SQ6.4
The text was updated successfully, but these errors were encountered: