Re: The Lucene Solr Gradle Build Game plan

2019-09-25 Thread Dawid Weiss
I looked at the solr ref guide build and started converting it to Gradle but have a question to Mark (because he coordinates the effort). What immediately jumps into face is the decision problem -- do we want to emulate what ant does at the moment or do we want to clean it up (breaking file/

Re: rat problems?

2019-09-25 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
I re-triggered and it went away, thanks! If it happens again I'll send the output.. From: a...@apache.org At: 09/25/19 19:39:06To: Diego Ceccarelli (BLOOMBERG/ LONDON ) , dev@lucene.apache.org Subject: Re: rat problems? RAT is an Apache tool used for checking release conditions. Can you

Re: rat problems?

2019-09-25 Thread Atri Sharma
RAT is an Apache tool used for checking release conditions. Can you paste the output? It can be a transient issue — maybe try re triggering? On Wed, 25 Sep 2019 at 23:24, Diego Ceccarelli (BLOOMBERG/ LONDON) < dceccarel...@bloomberg.net> wrote: > Hi all, > > Sometimes precommit fails due to

rat problems?

2019-09-25 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
Hi all, Sometimes precommit fails due to 'rat problems', what are rat problems? should I get a cat? :) Thanks

Re: The Lucene Solr Gradle Build Game plan

2019-09-25 Thread Dawid Weiss
Never mind, I've got it. D. On Wed, Sep 25, 2019 at 7:59 AM Dawid Weiss wrote: > > Hi Cassandra, > > > I’m more than happy to share more details our current build so we can > > replicate some of the above steps, but I’m stuck without a lot more basic > > Gradle skills that I don’t have time

Re: The Lucene Solr Gradle Build Game plan

2019-09-25 Thread Gézapeti
Hi Cassandra and Dawid, I don't really understand how the ref guide build works, but I managed to make the solr-ref-guide project compile on calling gradle build I've pushed my small changes to https://github.com/gezapeti/lucene-solr/tree/jira/SOLR-13452_gradle_7_refguide Dawid, you can find

Re: Welcome Atri Sharma as Lucene/Solr committer

2019-09-25 Thread Tommaso Teofili
Congrats and welcome Atri! Regards, Tommaso On Wed, 25 Sep 2019 at 08:55, Atri Sharma wrote: > Thank you so much! > > On Tue, 24 Sep 2019 at 23:05, Furkan KAMACI > wrote: > >> Hi, >> >> Congrats Atri! >> >> Kind Regards, >> Furkan KAMACI >> >> On Thu, Sep 19, 2019 at 5:47 PM Atri Sharma

Solr Test Improvement PR From the Gradle Branch.

2019-09-25 Thread Mark Miller
So my Gradle landing might be a little delayed, I've burned myself out a little trying to get Solr tests to perform at top speed due to Gradle's "dumb" parallel test distribution. I extended the Gradle test task and made my own testFast target that is "smart" and has been fun to play with, but

Re: Welcome Atri Sharma as Lucene/Solr committer

2019-09-25 Thread Atri Sharma
Thank you so much! On Tue, 24 Sep 2019 at 23:05, Furkan KAMACI wrote: > Hi, > > Congrats Atri! > > Kind Regards, > Furkan KAMACI > > On Thu, Sep 19, 2019 at 5:47 PM Atri Sharma wrote: > >> Thank you! >> >> On Thu, Sep 19, 2019 at 2:04 PM Uwe Schindler wrote: >> > >> > Welcome! >> > >> >

Re: The Lucene Solr Gradle Build Game plan

2019-09-25 Thread Dawid Weiss
Hi Cassandra, > I’m more than happy to share more details our current build so we can > replicate some of the above steps, but I’m stuck without a lot more basic > Gradle skills that I don’t have time to acquire with day-job/personal life > commitments. I put it into a separate branch so we