Fresh checkouts shouldn't have any rat errors-- it's building with rat enabled on apaches build servers.
On Wednesday, January 18, 2017, Ly, Kiet <[email protected]> wrote: > I just used mvn clean install -DskipTests -Drat.skip=true. Master branch > has a lot of rat errors. > > On 1/18/17, 5:43 PM, "David Lotts" <[email protected] <javascript:;>> > wrote: > > If your maven build err's with RAT complaints about tinkerpop.rya then > delete it. > > The sub-project formerly known as "tinkerpop.rya" has recently been > removed > from master. There is a new tinkerpop sub-project under a different > name, I > think. > > Anyway, I discovered that git won't delete the folder on checkout (in a > previously used git clone) because it had a "target" subfolder, which > is > explicitly ignored. > > So manually remove tinkerpop.rya: > rm -rf ./extras/tinkerpop.rya > > And RAT will no longer complain. > > david. > > > > Confidentiality Notice:: This email, including attachments, may include > non-public, proprietary, confidential or legally privileged information. > If you are not an intended recipient or an authorized agent of an intended > recipient, you are hereby notified that any dissemination, distribution or > copying of the information contained in or transmitted with this e-mail is > unauthorized and strictly prohibited. If you have received this email in > error, please notify the sender by replying to this message and permanently > delete this e-mail, its attachments, and any copies of it immediately. You > should not retain, copy or use this e-mail or any attachment for any > purpose, nor disclose all or any part of the contents to any other person. > Thank you. >
