Re: lucene execute ./gradlew precommit and ./gradlew test failed

2021-08-17 Thread Dawid Weiss
Your files have crlf line endings - your git is set up to convert files to Windows convention and this isn't supported by Lucene. You have to set git to clone exactly the same binary content as present in the repository, otherwise checksums won't match (this is intentional). You can always compare

Re: lucene execute ./gradlew precommit and ./gradlew test failed

2021-08-16 Thread Dawid Weiss
What do these two commands say? git config autocrlf git config --global autocrlf Also, can you zip and send me those two offending files from your local checkout (dawid.we...@gmail.com)? Dawid On Tue, Aug 17, 2021 at 4:09 AM wuda wrote: > I hava clone a completely new branch "main", and the o

Re: lucene execute ./gradlew precommit and ./gradlew test failed

2021-08-16 Thread Dawid Weiss
I'm sorry, I was out of office. I can't see that attachment you posted. If it's still a problem, can you copy-paste what you see on the console once you issue "git status"? Dawid On Wed, Aug 4, 2021 at 1:07 PM Da Wu wrote: > > I have executed like this. > > Dawid Weiss 于2021年8月2日周一 下午9:07写道: >>

Re: lucene execute ./gradlew precommit and ./gradlew test failed

2021-08-04 Thread Da Wu
I have executed like this. [image: 1628075031(1).png] Dawid Weiss 于2021年8月2日周一 下午9:07写道: > What does "git status" say? The hashes of generated files are not what > they're supposed to be - either something has changed them or you have > a git configuration that replaces something on the fly (lin

Re: lucene execute ./gradlew precommit and ./gradlew test failed

2021-08-02 Thread Dawid Weiss
What does "git status" say? The hashes of generated files are not what they're supposed to be - either something has changed them or you have a git configuration that replaces something on the fly (line endings, most likely). Dawid On Wed, Jul 28, 2021 at 9:55 AM Da Wu wrote: > > i want to contr

lucene execute ./gradlew precommit and ./gradlew test failed

2021-07-28 Thread Da Wu
i want to contribute to lucene, and read How to Contribute , when i execute ./gradlew precommit, it failed, output is: Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details > Task :lucene:backward-codecs:gen