Re: Apply patch steps and update solr with new patch

2016-12-01 Thread Shawn Heisey
On 12/1/2016 9:52 PM, Reth RM wrote: > Does "ant server" executed under "/solr/" also > compiles/includes changes of patch made to lucene libraries? This > patch is adding/modifying lucene modules. Compiling Solr will also compile Lucene. I would amend the procedure a little bit to be absolutely

Re: Apply patch steps and update solr with new patch

2016-12-01 Thread Reth RM
Hi Erick, Does "ant server" executed under "/solr/" also compiles/includes changes of patch made to lucene libraries? This patch is adding/modifying lucene modules. On Thu, Dec 1, 2016 at 5:02 PM, Erick Erickson wrote: > You need to execute the target "ant package" from the solr directory >

Re: Apply patch steps and update solr with new patch

2016-12-01 Thread Erick Erickson
You need to execute the target "ant package" from the solr directory (i.e. the sibling of the lucene directory) under where you cloned the Git repo. You should then find a distro just like you'd download from one of the mirrors, I don't quite remember where now, in build? dist? If you're test

RE: apply patch

2008-09-15 Thread Steven A Rowe
(I'm responding on the mailing list to a personal email. Sunny, please use the mailing list, rather than replying to my personal email address. Note that this is a community policy/convention, not just my own preference.) On 09/15/2008 at 11:04 AM, [EMAIL PROTECTED] wrote: > Hi thanks a lot fo

RE: apply patch

2008-09-15 Thread Steven A Rowe
Hi Sunny, This wiki page should answer your questions: Look under the sections "Getting the source code" and "Working With Patches". Good luck, Steve On 09/15/2008 at 9:45 AM, sunnyfr wrote: > > Hello, > > I'm new in Solr / Linux. > > I would li