Re: How to build solr

2017-09-29 Thread srini sampath
/opensourceconnections.com/blog/2013/04/13/how-to- > debug-solr-with-eclipse/ > > > > > > -Original Message- > > From: Atita Arora [mailto:atitaar...@gmail.com] > > Sent: Friday, September 22, 2017 10:07 AM > > To: solr-user@lucene.apache.org > >

Re: How to build solr

2017-09-22 Thread Erick Erickson
solr with eclipse. > > http://opensourceconnections.com/blog/2013/04/13/how-to-debug-solr-with-eclipse/ > > > -Original Message- > From: Atita Arora [mailto:atitaar...@gmail.com] > Sent: Friday, September 22, 2017 10:07 AM > To: solr-user@lucene.apache.org >

RE: How to build solr

2017-09-22 Thread Sidana, Mohit
nt: Friday, September 22, 2017 10:07 AM To: solr-user@lucene.apache.org Subject: Re: How to build solr http://www.gingercart.com/Home/search-and-crawl/build-and-run-solr-from-source and follow thread http://lucene.472066.n3.nabble.com/running-solr-in-debug-through-eclipse-td4159777.html to run s

Re: How to build solr

2017-09-22 Thread Atita Arora
http://www.gingercart.com/Home/search-and-crawl/build-and-run-solr-from-source and follow thread http://lucene.472066.n3.nabble.com/running-solr-in-debug-through-eclipse-td4159777.html to run solr server in debug mode through eclipse. Should give you some hint. Let me go through your error

Re: How to build solr

2017-09-22 Thread srini sampath
PS: I have Installed both Ant and Ivy in my system. But there is no ${user.home}\.ant\lib folder On Fri, Sep 22, 2017 at 11:41 AM, srini sampath wrote: > Thanks Aman, > Erick, I followed the link and I am getting the following error, > > Buildfile:

Re: How to build solr

2017-09-22 Thread srini sampath
Thanks Aman, Erick, I followed the link and I am getting the following error, Buildfile: ${user.home}\git\lucene-solr\build.xml compile: -check-git-state: -git-cleanroot: -copy-git-state: git-autoclean: resolve: ivy-availability-check: BUILD FAILED

Re: How to build solr

2017-09-21 Thread Erick Erickson
And did you follow the link provided on that page? Best, Erick On Thu, Sep 21, 2017 at 3:07 AM, Aman Tandon wrote: > Hi Srini, > > Kindly refer to the READ.ME section of this link of GitHub, this should > work. >

Re: How to build solr

2017-09-21 Thread Aman Tandon
Hi Srini, Kindly refer to the READ.ME section of this link of GitHub, this should work. https://github.com/apache/lucene-solr/blob/master/README.md With regards, Aman Tandon On Sep 21, 2017 1:53 PM, "srini sampath" wrote: > Hi, > How to build and compile solr in

How to build solr

2017-09-21 Thread srini sampath
Hi, How to build and compile solr in my locale machine? it seems the https://wiki.apache.org/solr/HowToCompileSolr page became obsolete. Thanks in advance