I cant compile SOLR 4.0, but i can compile trunk fine.
ant create-package fails with:
BUILD FAILED
/usr/local/jboss/.jenkins/jobs/Solr/workspace/solr/common-build.xml:229:
The following error occurred while executing this line:
/usr/local/jboss/.jenkins/jobs/Solr/workspace/solr/common-build.xml:279:
Unable to create javax script engine for javascript
Total time: 1 minute 19 seconds
I tried google and discovered this:
http://stackoverflow.com/questions/9663801/freebsd-ant-javax-script-engine
Documentation for ant - https://ant.apache.org/manual/Tasks/script.html
it requires some external library. I placed bsf-all-3.1.jar into ant lib
directory but it still fails.
Can you please update document
http://wiki.apache.org/solr/HowToCompileSolr?highlight=%28compile%29
with information what libraries are needed?