Hi Jack, On 4/27/07, Jack L <[EMAIL PROTECTED]> wrote:
...Is there a build script that automagically grab files from jetty's source tree (local) and build a solr release? In other words, I can try building with a newer version of jetty if it doesn't take too much work - I don't know much about jetty or solr at the code level....
You don't need the source code of Jetty to do that, jars from a released version will do, probably with some changes to our Jetty configuration files, according to Jetty's docs. For the Solr example configuration, Jetty configs are in example/etc/, and the Jetty jars are in example/lib/ (except start.jar which might also change with newer Jetty releases). If you adapt them to a more recent Jetty, patches would be appreciated! http://wiki.apache.org/solr/SolrJetty has some additional info. HTH, -Bertrand