: to develop and build the factory and tokenizer. However, when I start : solr up, I get a stack trace, that says "java.lang.NoClassDefFoundError: : org/apache/solr/analysis/BaseTokenizerFactory" That's really confusing. : : Any thoughts on what I'm missing/doing wrong?
based on your stack trace, this is with Jetty right? ... this is very strange, i definitely tested the whole "plugin lib" thing under Jetty when i worked on it... http://issues.apache.org/jira/browse/SOLR-68 ..can you verify which version of jetty you are using (ie: is it the example install from Solr?) and what OS and JVM you are running? -Hoss