InbalHoni commented on PR #53:
URL: https://github.com/apache/datafu/pull/53#issuecomment-4903197409

   > Interesting, I don't see this occurring on my computer, but I do see this 
line in our Actions CI 
[report](https://github.com/apache/datafu/actions/runs/28850823253/job/85565446056):
   > 
   > ```
   > > Task :rat
   > Unknown license: /home/runner/work/datafu/datafu/.asf.yaml
   > ```
   > 
   > Is this what you were trying to solve?
   
   The `unknown license` is one side effect of the relative paths, while the 
`report stylesheet` is another. The root cause is that the `rat.gradle` used 
relative paths, and so the Ant builder resolved them against the daemon's 
working directory rather than the project root. For you it was scanning 
`/home/runner/work/datafu/datafu/.asf.yaml` instead of scanning the project, 
and for me it scanned the daemon's log files (I got  unknown license for 
`daemon/5.6.4/daemon-80058.out.log` on top of the stylesheet issue). Maybe I'll 
fix the PR/commit message and mention these side effects as a result of 
relative paths. wdyt? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to