RE: Building solr with maven

2012-10-14 Thread Michael Ryan
We have a maven project to build a war containing everything from the Solr war, plus some of our own code. Here's the relevant stuff from our pom.xml: packagingwar/packaging dependencies dependency groupIdorg.apache.solr/groupId

Re: Building Solr with Maven 2 - Solr-19

2008-01-27 Thread David Pratt
Hi Ryan. Thanks for your reply. I don't see anywhere that we have created a war for the example app to use. Jetty will run but it does not have an app to run. Regards, David Ryan McKinley wrote: aaah -- mvn jetty:run does not work with that pom you can run the example server from the

Re: Building Solr with Maven 2 - Solr-19

2008-01-27 Thread Ryan McKinley
run: ant example or it come pre packaged in a nightly build David Pratt wrote: Hi Ryan. Thanks for your reply. I don't see anywhere that we have created a war for the example app to use. Jetty will run but it does not have an app to run. Regards, David Ryan McKinley wrote: aaah -- mvn

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: 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