Huh, looks like looking at the Solr admin doesn't always help. I just did a "ant compile; ant example" on Solr r690361, and when I now "java -jar example.jar" and go to http://localhost:8983/solr/admin/registry.jsp, my Lucene version info is as follows:
Lucene Specification Version: 2008-08-27_02-04-10 Lucene Implementation Version: 2008-08-27_02-04-10 ${svnversion} - 2008-08-27 02:13:53 I feel like I've previously seen ${svnversion} expanded into a concrete number on this page. On Sun, Aug 31, 2008 at 2:54 PM, Chris Harris <[EMAIL PROTECTED]> wrote: > I'm getting to the point where building Solr involves: > > 1. Figuring out which Lucene revision the Solr build I downloaded was > built against > 2. Downloading/patching/building that revision of Lucene > 3. Copying over the new Lucene jars into Solr's lib directory > 4. Building Solr > > What's the best way to do #1? Currently all I've figured out is > starting up Solr, and looking at the release info displayed on the > administration jsp pages. There must be a way to do it before you > compile Solr, though, right?