Re: [ALL] RAT 0.9 slowness

2013-05-15 Thread Gary Gregory
On Wed, May 15, 2013 at 8:47 PM, sebb wrote: > On 15 May 2013 17:09, sebb wrote: > > On 15 May 2013 13:36, Gary Gregory wrote: > >> Can we do this in the pare t POM? > > > > Try it and see; update your local CP snapshot and install it locally. > > > > Should be easy to test whether includes/exc

Re: [ALL] RAT 0.9 slowness

2013-05-15 Thread sebb
On 15 May 2013 17:09, sebb wrote: > On 15 May 2013 13:36, Gary Gregory wrote: >> Can we do this in the pare t POM? > > Try it and see; update your local CP snapshot and install it locally. > > Should be easy to test whether includes/excludes can be overridden at > component level - the apache-rat

Re: [ALL] RAT 0.9 slowness

2013-05-15 Thread sebb
On 15 May 2013 13:36, Gary Gregory wrote: > Can we do this in the pare t POM? Try it and see; update your local CP snapshot and install it locally. Should be easy to test whether includes/excludes can be overridden at component level - the apache-rat:rat goal lists all the files it matches. > G

Re: [ALL] RAT 0.9 slowness

2013-05-15 Thread Gary Gregory
Can we do this in the pare t POM? Gary On May 15, 2013, at 4:03, Thomas Neidhart wrote: > in collections I already filter it like this: > > > > >org.apache.rat >apache-rat-plugin > > >site-content/**/* > > > > ... >

Re: [ALL] RAT 0.9 slowness

2013-05-15 Thread Thomas Neidhart
in collections I already filter it like this: org.apache.rat apache-rat-plugin site-content/**/* ... On Wed, May 15, 2013 at 3:19 AM, sebb wrote: > I've just done a test with IO, and the speed problem see

Re: [ALL] RAT 0.9 slowness

2013-05-14 Thread Gary Gregory
On Tue, May 14, 2013 at 10:21 PM, sebb wrote: > On 15 May 2013 02:58, Gary Gregory wrote: > > For me 'mvn clean site' took 56 minutes for IO. > > So? > It's just a data point. Gary > > What if you exclude site-content/** ? > > > Gary > > > > > > On Tue, May 14, 2013 at 9:19 PM, sebb wrote:

Re: [ALL] RAT 0.9 slowness

2013-05-14 Thread sebb
On 15 May 2013 02:58, Gary Gregory wrote: > For me 'mvn clean site' took 56 minutes for IO. So? What if you exclude site-content/** ? > Gary > > > On Tue, May 14, 2013 at 9:19 PM, sebb wrote: > >> I've just done a test with IO, and the speed problem seems to be >> related to the SVN files unde

Re: [ALL] RAT 0.9 slowness

2013-05-14 Thread Gary Gregory
For me 'mvn clean site' took 56 minutes for IO. Gary On Tue, May 14, 2013 at 9:19 PM, sebb wrote: > I've just done a test with IO, and the speed problem seems to be > related to the SVN files under site-content. > These seem to cause 0.9 to hang - a thread dump shows the code is > mainly at th

[ALL] RAT 0.9 slowness

2013-05-14 Thread sebb
I've just done a test with IO, and the speed problem seems to be related to the SVN files under site-content. These seem to cause 0.9 to hang - a thread dump shows the code is mainly at the line: at org.apache.rat.analysis.license.FullTextMatchingLicense.match(FullTextMatchingLicense.java:79) Th