Re: mvn test failing

2017-10-31 Thread Daniel Collins
I just ran the tests on master, and get the following failures, this may be what Tarique means: TestFoldingMultitermExtrasQuery.beforeTests:36->SolrTestCaseJ4.initCore:552->SolrTestCaseJ4.initCore:678->SolrTestCaseJ4.createCore:688 » Runtime

Re: mvn test failing

2017-10-31 Thread Daniel Collins
Another important question is which branch did you download? I assume master as its the default, but remember that is a development branch, so it is entirely possible to have some test issues on that. On 31 October 2017 at 13:44, Shawn Heisey wrote: > On 10/28/2017 11:48

Re: mvn test failing

2017-10-31 Thread Shawn Heisey
On 10/28/2017 11:48 PM, Tarique Anwer wrote: > I am new to Solr. > I am trying to build Solr from source code using Maven. > So I performed the following steps: > > 1. Download the source code zip from https://github.com/apache/lucene-solr > 2. unzip & run from top level dir: > $ ant

Re: mvn test failing

2017-10-30 Thread Steve Rowe
Hi Tariq, It’s difficult to tell what happened without seeing the logs from the failed test(s). (The commands you issued look fine.) -- Steve www.lucidworks.com > On Oct 29, 2017, at 1:48 AM, Tarique Anwer wrote: > > hi, > > I am new to Solr. > I am trying to build Solr

mvn test failing

2017-10-29 Thread Tarique Anwer
hi, I am new to Solr. I am trying to build Solr from source code using Maven. So I performed the following steps: 1. Download the source code zip from https://github.com/apache/lucene-solr 2. unzip & run from top level dir: $ ant get-maven-poms $ cd maven-build 3. then build: $ mvn