You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/08/12 07:35:02 UTC

[GitHub] [lucene-solr] mocobeta commented on pull request #1742: Standalone distribution assembly for Luke

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:
users@infra.apache.org



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