Hi,

> My struggle is that you have a build directory in one of the child dirs.
> There is no top level build - as a result, there's no easy way to run rat
> from the root.  This means that there are a number of files not easily
> verified.

Yep it’s a little less than ideal and may mean that the project misses 
something.

But rat can be run manually easily enough. I have this in my bash profile:

function rat() {
 java -Xms1024m -Xmx1024m -jar ~/apache-rat-0.11/apache-rat-0.11.jar $1
}

and run rat manually on all releases I vote on.

Thanks,
Justin
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to