On Nov 17, 2008, at 3:55 AM, JCodina wrote:
java.lang.NoClassDefFoundError:
org/apache/solr/request/VelocityResponseWriter (wrong name:
...
     [jar] Building jar:
/home/joan/workspace/solr/contrib/dataimporthandler/target/apache- solr-dataimporthandler-1.4-dev.jar
dist:
...

     [jar] Building jar:
/home/joan/workspace/solr/contrib/velocity/src/main/solr/lib/apache- solr-velocity-1.4-dev.jar
dist:
..."
where the dataimporthanler seems that is copied in the dist folders but
velocity is not.

Correct - I didn't want VelocityResponseWriter put into the example WAR by default. It's a contrib, not core, so I intentionally put it in a separate lib directory.

Here are the instructions to wire it in successfully from trunk: <http://wiki.apache.org/solr/VelocityResponseWriter >

However, it isn't currently suitable for wiring to SolrJS - Matthias and I will have to resolve that.

        Erik

Reply via email to