Re: Cannot run program "svnversion" when building lucene 4.7.1

2014-04-04 Thread Chris Hostetter
: > I am trying to build lucene 4.7.1 from the sources. I can compile without : > any issues but when I try to build the dist, lucene gives me : > Cannot run program "svnversion" ... The system cannot find the specified : > file. : > : > I am compiling on Windows 7 64-bit using java version 1.7.0.

Re: Cannot run program "svnversion" when building lucene 4.7.1

2014-04-04 Thread Ahmet Arslan
Hi, I am not a windows user but if you installed that svnversion should be somewhere on disk. Probably right next to svn. Find/locate it by file search, and add its folder to your path. Once you do that you can invoke svnversion in command line. For example here is the executables in my compute

Re: Cannot run program "svnversion" when building lucene 4.7.1

2014-04-04 Thread Puneet Pawaia
Hi. Yes I installed Tortoise svn. Regards Puneet On 4 Apr 2014 19:35, "Ahmet Arslan" wrote: > Hi, > > When you install subversion, svnversion executable comes with that too. > Did you install any svn client for Windows? > > > > On Friday, April 4, 2014 3:38 PM, Puneet Pawaia > wrote: > Hi all. >

Re: Cannot run program "svnversion" when building lucene 4.7.1

2014-04-04 Thread Ahmet Arslan
Hi, When you install subversion, svnversion executable comes with that too.  Did you install any svn client for Windows? On Friday, April 4, 2014 3:38 PM, Puneet Pawaia wrote: Hi all. I am trying to build lucene 4.7.1 from the sources. I can compile without any issues but when I try to build

Cannot run program "svnversion" when building lucene 4.7.1

2014-04-04 Thread Puneet Pawaia
Hi all. I am trying to build lucene 4.7.1 from the sources. I can compile without any issues but when I try to build the dist, lucene gives me Cannot run program "svnversion" ... The system cannot find the specified file. I am compiling on Windows 7 64-bit using java version 1.7.0.45 64-bit. Whe