> -----Original Message----- > From: Andrus Adamchik [mailto:and...@objectstyle.org] > Sent: Monday, 8 July 2013 4:08 AM > To: dev@cayenne.apache.org > Cc: ga...@16degrees.com.au > Subject: Re: Buildbot RAT reports no longer working for Cayenne project > > > On Jul 7, 2013, at 8:41 PM, Andrus Adamchik <and...@objectstyle.org> > wrote: > > Hi Gavin, > > > > thanks for explaining the buildbot setup to me. > > > > On Jul 7, 2013, at 1:29 PM, Gavin McDonald <ga...@16degrees.com.au> > wrote: > >> -- the above file looks for <excludesfile > >> name="${src-dir}/build-tools/rat-excludes" /> > >> > >> which is now missing and why your buildbot reports fail now. > > > > Yep, that's the one that wasn't used by Cayenne build system, so I figured > we don't need it. Fixing it now. > > > > Thanks, > > Andrus > > The build is back to normal, although the report at > http://ci.apache.org/projects/cayenne/rat-output.html is not. I tried both > <filename> patterns and **/<filename> patterns with no visible difference. > What I noticed is that timestamp in the bottom of the report is stuck at 2013- > 07-06T11:25:18.046Z (which is yesterday). Do we need to do anything to > refresh the report?
Looks good to me: Generated at 2013-07-07T22:25:21.521Z Zero license issues, good stuff! Report is uploaded right away to the web server, but generated into html hourly, hence the delay. I wonder if you can create your rat-excludes file from your rat.sh by extending it, that way you wont have to physically maintain two files to please two systems? Or use rat-excludes as pattern input for rat.sh, just thinking out loud. Gav... > > Thanks, > Andrus