InbalHoni commented on PR #53: URL: https://github.com/apache/datafu/pull/53#issuecomment-4905134538
@eyala so I did some further investigation into this with attempts of building with/without this change, and actually I think these are two separate things, let me reiterate this issue: 1. The stylesheet error I had actually failed the rat task - I got an actual failure with > Execution failed for task ':rat'. > stylesheet /Users/ihonigman/.gradle/daemon/5.6.4/gradle/resources/rat-output-to-html.xsl doesn't exist.) This stemmed from the attempt to build in my local environment - in this local environment, the lack of absolute paths lead to the daemon searching in the working directory instead of project root. The stylesheet issue is also what failed my build, not the unlicensed log file. 2. The unknown license issue - in my case you can see it has the same path problem since its root is the same wrong `gradle/daemon/5.6.4/` base as the stylesheet. In your case, the base is true - `/home/runner/work/datafu/datafu/` - it is the project's root, and it doesn't fail the rat task. I think the problem with the `.asf.yaml` file, might be that it genuinely doesn't have an Apache license header (you can see it appears from the moment the CI went back to working again [here](https://github.com/apache/datafu/actions/runs/28850823148/job/85565445689#step:5:52)), I think if we add the header at the top of the `.asf.yaml` file this line will also go away. Want me to add it in this PR? -- 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]
