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:
war
org.apache.solr
solr-core
org.apache.solr
solr
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 j
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 example
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
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
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/