mikemccand / luceneutil

Various utility scripts for running Lucene performance tests
Apache License 2.0
202 stars 113 forks source link

Improve gradle compileKnn task error output when external dir not found #293

Closed ChrisHegarty closed 3 weeks ago

ChrisHegarty commented 3 weeks ago

This commit improves the error output of the gradle compileKnn task when the external lucene build is not found, rather results in a slue of compile errors.

I find this more useful when I make silly mistakes by not updating external.lucene.repo, or forgetting to build lucene itself.

ChrisHegarty commented 3 weeks ago

@zhaih