Open ndvalencia opened 10 years ago
There are various issues with sonar 4.3, there are some new things of handling paths and the like. I need to look into testing it with this version and making it work for the newer version.
This should now be fixed with the 2.0 release
Hi, I executed a test with 2.0 release and the report does not work, is the same problem reported above.
Do you have any idea? Thanks.
Exact same output as well? (same errors, etc.) The plugin no longer uses the "Violation" class. In your output do you still get this error:
Sensor org.sonar.plugins.xquery.xqtest.XQTestSensor@10476fd9 done: 3 ms
?
is there any time when this issue is fixed?!
Yes, sorry, I was waiting for a response to my question, then I forgot.
Do you get the exact same output as well? (same errors, etc.) The plugin no longer uses the "Violation" class. In your output do you still get this error:
Sensor org.sonar.plugins.xquery.xqtest.XQTestSensor@10476fd done: 3 ms
?
Or errors like these:
Ignoring violation org.sonar.api.rules.Violation@159dbd6a[resource=org.sonar.plugins.xquery.language.XQueryFile@26fe853c[key=xray.xqy,dir=
?
hey, no problem at all.
only in the maven build log the error, warnings,... are shown, not in sonar. i have added the log output. So its the first part of your question
build 04-May-2015 16:01:25 16:01:25.618 INFO - Sensor org.sonar.plugins.xquery.XQuerySensor@66c10c43...
error 04-May-2015 16:01:25 May 04, 2015 4:01:25 PM org.sonar.plugins.xquery.XQuerySensor analyse
error 04-May-2015 16:01:25 INFO: Scanning all files to map dependencies
error 04-May-2015 16:01:25 src/data-manipulation/dev/initial-setup/00_i_delete-forest-primary-initial.xq - line 0:-1 - no viable alternative at input '
HI, I am trying to use "sonar-xquery-plugin" with "sonarqube-4.3" and "sonar-runner-2.4" but the report is not showing "Issues" or "Technical Debt", I have the next configuration:
Note: Also I tested with other XQuery project but the result is the same, but with a Java project the Sonar report is good
Note: The same "sonar-xquery-plugin-1.4.jar" in "sonar-3.5.1\extensions\plugins" works correctly
Do you have any idea? Thanks.