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? Also, are there any tricks to doing #3 correctly? It *looks* straightforward (just stuff from copy lucene/build and lucene/build/contrib into solr/lib). Thanks, Chris