You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2008/04/01 15:46:24 UTC

[jira] Closed: (XAP-580) Integrating RAT into the build

     [ https://issues.apache.org/jira/browse/XAP-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-580.
----------------------------

    Resolution: Won't Fix

I'm redoing the build-manufacturing script and placed the RAT call in there, where it really belongs.

> 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
>         Attachments: build.xml
>
>
> 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.