Re: Warnings from gradle rat task

2021-11-28 Thread Martin Gainty
: Warnings from gradle rat task On Sat, Nov 27, 2021 at 9:48 AM Dawid Weiss mailto:dawid.we...@gmail.com>> wrote: MG>I suspect you have an ancient javadoc binary in classpath MG>but there is no way of knowing without looking at contents of antlib.xml Looking at ant code it seems l

Re: Warnings from gradle rat task

2021-11-27 Thread Mike Drob
On Sat, Nov 27, 2021 at 9:48 AM Dawid Weiss wrote: > MG>I suspect you have an ancient javadoc binary in classpath >> MG>but there is no way of knowing without looking at contents of >> antlib.xml >> >> > Looking at ant code it seems like it tried to reload tasks for some > reason and class

Re: Warnings from gradle rat task

2021-11-27 Thread Dawid Weiss
> > MG>I suspect you have an ancient javadoc binary in classpath > MG>but there is no way of knowing without looking at contents of antlib.xml > > Looking at ant code it seems like it tried to reload tasks for some reason and class loaders are different hence the warning. We don't have javadoc on

Re: Warnings from gradle rat task

2021-11-27 Thread Martin Gainty
MG>below From: Dawid Weiss Sent: Friday, November 26, 2021 5:40 AM To: Lucene Dev Subject: Re: Warnings from gradle rat task Alan - 1029651d121 on main. D. On Thu, Nov 25, 2021 at 4:21 PM Dawid Weiss mailto:dawid.we...@gmail.com>> wrote: I am 9

Re: Warnings from gradle rat task

2021-11-26 Thread Dawid Weiss
Alan - 1029651d121 on main. D. On Thu, Nov 25, 2021 at 4:21 PM Dawid Weiss wrote: > > I am 99.9% sure this warning comes from ant (we use ant's rat task) > somewhere - not gradle... It looks like loading rat's task defs overrides > ant's built-in javadoc for some reason - you can see it if you

Re: Warnings from gradle rat task

2021-11-25 Thread Dawid Weiss
I am 99.9% sure this warning comes from ant (we use ant's rat task) somewhere - not gradle... It looks like loading rat's task defs overrides ant's built-in javadoc for some reason - you can see it if you modify rat-sources.gradle: def generateReport(File reportFile) { // Set up ant

Warnings from gradle rat task

2021-11-25 Thread Alan Woodward
Hi all, When running `./gradlew check` against the latest master I get a whole bunch of output messages like this: > Task :lucene:analysis:smartcn:rat Trying to override old definition of task javadoc > Task :lucene:analysis:stempel:rat Trying to override old definition of task javadoc > Task