On Thu, Mar 07, 2013 at 06:20:44PM +0530, David Nalley wrote:
> On Thu, Mar 7, 2013 at 7:48 AM, Prasanna Santhanam <t...@apache.org> wrote:
> > Hmm - I see client/WEB-INF has the web.xml which isn't generated. The
> > mvn rat check doesn't pass on the dev environment because of many of
> > the .txt files within awsapi/. These aren't part of the repo but are
> > generated during the build. So it's hard to tell whether the license
> > check passed or not from my dev environment.
> >
> 
> 
> That works for me. That said - is there a way to programmatically tell
> they are machine generated. ISTR that RAT passes silently over
> javadoc-generated files.
> 

I couldn't find something like that. These awsapi files aren't docs.
They are from the axis2 artifact that awsapi downloads into itself.
They are infact license files, but just don't conform to the ASLv2
header causing RAT to complain.

--
./lib/axiom-impl-LICENSE.txt
./lib/axis2-LICENSE.txt
./lib/commons-codec-LICENSE.txt
./lib/commons-fileupload-LICENSE.txt
--
These files ^^


So for now I've just reduced the scope of the regex to
awsapi/overlays/** with c9ee055

My IDE also generates a bunch of .idea directories that RAT seems to
pick up so I've included that in the exclusion list. So RAT now shows
SUCCESS for me.


-- 
Prasanna.,

Reply via email to