Building Solr with Maven 2 - Solr-19

2008-01-26 Thread David Pratt
Hi I am trying to build solr from solr-19 poms from the issue tracker. I've tried both of the most recent poms but pehaps it is my inexperience with maven that may be the issue. I have been reading up on maven but perhaps I am missing something. For the combined pom.xml (Jan 9 2008, Ryan

Re: Building Solr with Maven 2 - Solr-19

2008-01-26 Thread Ryan McKinley
I just posted the pom.xml I am using with the current trunk code. Give that a go. src/java/org/apache/solr/handler/component/ShardRequest.java:[60,0] 'class' or 'interface' expected src/java/src/test/org/apache/solr/TestDistributedSearch.java:[129,0] 'class' or 'interface' expected

Re: spellcheckhandler

2008-01-26 Thread anuvenk
Thanks a lot for clearing my doubts. Would you know if the solr wiki is up to date with the documentation for the new features that are being added? I totally rely on the solr wiki documentation for my project. If you may, please send me the files you had mentioned and i'll be happy to test them.

Re: Building Solr with Maven 2 - Solr-19

2008-01-26 Thread Ryan McKinley
aaah -- mvn jetty:run does not work with that pom you can run the example server from the example directory using java -jar start.jar check: http://lucene.apache.org/solr/tutorial.html ryan David Pratt wrote: Hey Ryan. You were right about SOLR-303. I checked out trunk from svn, patched