yup, The Nightly build you pointed out has pre-built code and does the include the lucene and module dependencies needed for compilation. In case you want to compile from the source ........ You can check the code from the location @ https://svn.apache.org/repos/asf/lucene/dev/trunk/solr There are 3 Folder - Solr, Lucene and Modules
If you are making changes in any of the folders :- >From the modules folder execute - ant compile >From the lucene folder execute - ant dist >From the solr folder execute - ant dist Would require jdk 1.6 Regards, Jayendra On Fri, Aug 13, 2010 at 7:11 PM, Chris Hostetter <hossman_luc...@fucit.org>wrote: > > The nightly test artifacts don't currently contain everything needed to > recompile the sources, this is a known issue... > > https://issues.apache.org/jira/browse/SOLR-1989 > > ...if you want to compile from source off hte trunk or 3x branch, you need > to check out the *entire* branch (not just the "solr" directory, but it's > parent including lucene and the modules) > > This is the problem with the source in the nightly artifacts at the > moment: they only include the solr source. > > > > -Hoss > >