: : Hello everyone. I downloaded the latest nightly build from : http://people.apache.org/builds/lucene/solr/nightly/. When I tried to : compile it, I got the following errors: : : [javac] Compiling 189 source files to : /home/csweb/apache-solr-nightly/build/core : [javac] : /home/csweb/apache-solr-nightly/src/java/org/apache/solr/handler/admin/MultiCoreHandler.java:93: : cannot find symbol : [javac] symbol : variable CREATE
I'm not sure how you managed to get that far ... because of some refactoring that was done a little while back, the nightly builds don't currently include all of the source, see SOLR-510. The nightly builds do however already contain all the pre-built jars (and war) that you need to run Solr ... if you want to compile from source, I would just check out from subversion. -Hoss