Local build failure

2021-06-01 Thread Manish G
Hi, I am trying to build the repo(https://github.com/apache/cassandra) locally, and I get following issue: *BUILD FAILED\cassandra\.build\build-rat.xml:79: Some files have missing or incorrect license information. Check RAT report in \cassandra/build/rat.txt for more details! \n ${rat.fa

Re: Local build failure

2021-06-01 Thread Berenguer Blasi
Is that on 'trunk'? I just tested and it works for me. Try 'ant realclean' before building or 'git clean -xdff' to make sure all is really clean before building. On 2/6/21 6:42, Manish G wrote: > Hi, > > I am trying to build the repo(https://github.com/apache/cassandra) locally, > and I get follow