RE: Failed to execute Ant run-task command

2021-08-19 Thread Uwe Schindler
Could you please open an issue? Can you also check if it still happens on main branch with Lucene 9.0 and Gradle as build system? - Uwe Schindler Achterdiek 19, D-28357 Bremen https://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: xiaoshi > Sent: Thursday, Augu

Re:RE: Failed to execute Ant run-task command

2021-08-19 Thread xiaoshi
Thanks for reply. I submitted an issues in jira : https://issues.apache.org/jira/browse/LUCENE-10051 . I'll run it on 9.0 right away, and get back to you later. At 2021-08-19 17:07:21, "Uwe Schindler" wrote: >Could you please open an issue? > >Can you also check if it still happens

Issue regarding build

2021-08-19 Thread Udit Prabhakar
Hi, I'm a newbie to the open source contribution world, I would really appreciate some help. I cloned the project and opened it on Intellij Idea. I ran .\gradlew assemble to build gradle. But, its failing. [image: Screenshot (108).png]

Re: Issue regarding build

2021-08-19 Thread Michael McCandless
Hello Udit, The screen shot did not come through for me -- it's a broken image. Maybe copy/paste the text of the error instead? Also, try running "./gradlew assemble" from the command-line (in a console shell, e.g. Terminal on OS X) instead? Mike McCandless http://blog.mikemccandless.com On

Re:Re:RE: Failed to execute Ant run-task command

2021-08-19 Thread xiaoshi
I also get an StringIndexOutOfBoundsException error when I run the latest main(9.0) branch. the commond: ./gradlew lucene:benchmark:run -Druntime.java.home=/Library/Java/JavaVirtualMachines/jdk-11.0.5.jdk/Contents/Home Run results: > Task :errorProneSkipped WARNING: errorprone disabled (ski

Re:Re:Re:RE: Failed to execute Ant run-task command

2021-08-19 Thread xiaoshi
I have submitted the relevant issues on jira: LUCENE-10058. At 2021-08-20 00:31:22, "xiaoshi" wrote: >I also get an StringIndexOutOfBoundsException error when I run the latest >main(9.0) branch. > > >the commond: ./gradlew lucene:benchmark:run >-Druntime.java.home=/Library/Jav