2012/2/12 Mikhail Khludnev <mkhlud...@griddynamics.com>: > Marian, > > My experience is not applicable to you directly, but David says > > You'll need to run "mvn package" to generate a jar file that you can throw > into your classpath. > > Have you got the jar ? You don't need to bother with Solr sources. Just > build jar and put it into Solr libs (see > http://wiki.apache.org/solr/SolrConfigXml#lib for reference). After that > amend you solrconfig/schema.xmls IIRC.
I tried "mvn package" without success. The error message wasn't clear to me at first and I thought it was due to the wrong locations etc. Then I found out that the .m2 directory in my home dir hat the wrong write permissions, which caused the errors. Now it worked. I gut the jar built. Will test geo filtering now or tomorrow. Thanks again! Marian