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 McKi

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 src/java/

Re: spellcheckhandler

2008-01-26 Thread scott.tabar
Anuvenk, I may be partially wrong on my prior statement. I created that JavaDoc comment as part of my work on the spellcheck handler so I might have been wrong about it being 100% superseded. There is a chance that although the code was changed, the JavaDocs were not updated (they are merely

Re: Spell Check Handler

2008-01-26 Thread scott.tabar
Anuvenk, I see you are asking the same question multiple times and you have quoted one of my older postings on the SpellingCheckerRequestHandler that I submitted a while ago. Sorry to inform you that those postings no longer apply, since the work I done was superseded with another release and

Re: spellcheckhandler

2008-01-26 Thread scott.tabar
Anuvenk, Sorry for this "Third" email, but I was reading your question below and I think it warrants yet another reply. Just some background from my focus and involvement, and hence the generation of the JavaDocs. I was primarily interested in having a Solr based spell checker that behaved mo

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 David Pratt
Hey Ryan. You were right about SOLR-303. I checked out trunk from svn, patched source, ran the pom and manually ran the commons pom and it all built fine. Only trouble is I am not providing the right incantation for maven to start the server. This I am sure will all seem very simple once I have

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