-
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
Cannot find reports with relative Ant globbing #775
Comments
Hi This has been heavily refactored in this version so there might be On Thu, 11 Feb 2016 04:53 Matthew DeTullio [email protected] wrote:
|
The provided logs are the extent of the debug logs for the sensor.
|
Ok, This should be supported indeed, ** turns the scanner into a recursive scanner so it should have found the reports. We need to check the it test again |
Fix #775: Cannot find reports with relative Ant globbing
Environment:
This multi-module project is analyzed using the SQ Gradle Scanner. When all said and done, the settings end up looking something like this:
The reports most certainly exist in the tree (and they have correct ownership and 0644 perms):
But here's what I get in the analysis:
As you can see, the property makes its way to the sensor correctly but something goes wrong when actually searching for the files. There are no exceptions when walking the tree. I don't know exactly where the problem in the code is without attaching a debugger, but it's within this stack:
sonar-cxx/sonar-cxx-plugin/src/main/java/org/sonar/plugins/cxx/utils/CxxUtils.java
Line 119 in 2ba787e
CxxFileFinder.FindFiles
turning up an empty Collection.The text was updated successfully, but these errors were encountered: