Mailing List Archive

How to run Lucene 9 tests in eclipse?
Hi All,

How can we run Lucene9 tests via eclipse? I am able to run all the tests
through the command line but not with eclipse.

Please advise!
Re: How to run Lucene 9 tests in eclipse? [ In reply to ]
Hi Praveen,

Have you seen this page on the wiki?
https://cwiki.apache.org/confluence/display/LUCENE/DeveloperTips#DeveloperTips-TipstoconfigureIDEs

By running `gradlew tasks`, you should see a section about IDE tasks that
help with importing the project in Eclipse. For me running tests then works
just like it does for any other Eclipse project.

On Tue, Oct 12, 2021 at 7:42 AM Praveen Nishchal <pravs.nishchal@gmail.com>
wrote:

> Hi All,
>
> How can we run Lucene9 tests via eclipse? I am able to run all the tests
> through the command line but not with eclipse.
>
> Please advise!
>


--
Adrien
Re: How to run Lucene 9 tests in eclipse? [ In reply to ]
Thanks Adrien for pointing me in the right direction :)



On Tue, Oct 12, 2021 at 11:47 AM Adrien Grand <jpountz@gmail.com> wrote:

> Hi Praveen,
>
> Have you seen this page on the wiki?
> https://cwiki.apache.org/confluence/display/LUCENE/DeveloperTips#DeveloperTips-TipstoconfigureIDEs
>
> By running `gradlew tasks`, you should see a section about IDE tasks that
> help with importing the project in Eclipse. For me running tests then works
> just like it does for any other Eclipse project.
>
> On Tue, Oct 12, 2021 at 7:42 AM Praveen Nishchal <pravs.nishchal@gmail.com>
> wrote:
>
>> Hi All,
>>
>> How can we run Lucene9 tests via eclipse? I am able to run all the tests
>> through the command line but not with eclipse.
>>
>> Please advise!
>>
>
>
> --
> Adrien
>