On Thu, Aug 8, 2013 at 11:18 AM, Tom Burton-West <tburt...@umich.edu> wrote:
> Sure I should be able to build a lucene core and give it a try.  I probably
> won't run it until tomorrow night though because right now I'm running some
> other tests on the machine I would run CheckIndex from and disk I/O (i.e.
> CheckIndex) would mess with the tests.
>
> Do I just need to check out revision  1511014  from branch 4x and build it?
>
>

yes, something like:

svn co -r 1511014 https://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x
cd branch_4x/lucene
ant

this will create a lucene-core-4.5-SNAPSHOT.jar in build/core

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to