Hi Solr-Users,
i try to follow the instructions [1] from the solr-wiki
to build my custom solr server.
First i have created the directory-structure.
mySolr
--solr
--conf
--schema.xml
--solrconfig.xml
--solr.xml <-- Where i can find this file?
--build.xml <-- copy & paste from the wiki
Than i run the command
$ ant mysolr.dist
Buildfile: build.xml
BUILD FAILED
/root/buildouts/mySolr/build.xml:10: Cannot find
${env.SOLR_HOME}/build.xml imported from /root/buildouts/mySolr/build.xml
Total time: 0 seconds
Maybe someone have an tipp for me?
Thanks for your help.
Christian
[1] http://wiki.apache.org/solr/mySolr