mocobeta commented on pull request #1742:
URL: https://github.com/apache/lucene-solr/pull/1742#issuecomment-672691181


   Thanks, it works very well for me! I added dependencies on all analysis 
modules and suggester. 
   
   When I run `./gradlew :lucene:luke:run`, I got this error and then figured 
out that `-Dant.home` property is needed (also Ant must be installed on the 
machine beforehand) to run the task.
   ```
   Execution failed for task ':lucene:luke:run'.
   > Execute failed: java.io.IOException: Cannot locate antRun script: Property 
'ant.home' not found
   ```
   We are dropping ant build, and the `assemble` task works as an alternative 
to `ant run` (to me), do we need this task at all...?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to