Integrating RAT into the build
------------------------------
Key: XAP-580
URL: https://issues.apache.org/jira/browse/XAP-580
Project: XAP
Issue Type: Improvement
Components: Documentation
Reporter: Trevor Oldak
I've added a few lines to the build file to allow us to execute rat from the
build script.
RAT is a tool for checking for the presence of licenses in a project.
The addition does the following when the user type "ant rat"
runs the build-manufacturing script, which creates the latest build from SVN
unpacks an archive to .dist/package
runs rat on the unpacked archive, sending output to 'rat_output.txt' in a new
directory called 'rat'
greps the rat output for the lines with the filenames, sending output to
'rat_output_filtered.txt'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.