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
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