Testing/packaging question

2010-11-01 Thread Bernhard Reiter
Can anyone tell me how do that properly? I'd basically need Solr to temporarily recognize that schema.xml without permanently installing it -- is there any way to do this, eg via environment variables? TIA Bernhard Reiter

Re: Testing/packaging question

2010-11-04 Thread Bernhard Reiter
lds when running the tests that require that schema.xml Can someone please tell me what I'm doing wrong -- and what I should be doing? TIA again, Bernhard Am Montag, den 01.11.2010, 19:01 +0100 schrieb Bernhard Reiter: > Hi, > > I'm pretty much of a Solr newbie currently pa

RE: Testing/packaging question

2010-11-04 Thread Bernhard Reiter
a, and lib directory, which contains the schema.xml. > > > > -Original Message- > From: Bernhard Reiter [mailto:ock...@raz.or.at] > Sent: Thursday, November 04, 2010 3:49 PM > To: solr-user@lucene.apache.org > Subject: Re: Testing/packaging question > > Hi,

RE: Testing/packaging question

2010-11-04 Thread Bernhard Reiter
not picking up your local environment because it's > running as root. You don't want to change root's environment. > > You could also, create a context.xml in you > CATALINA_HOME/conf/CATALINA/localhost. You should be able to find those > instruction on/through the

Re: Testing/packaging question

2010-11-14 Thread Bernhard Reiter
(via jetty and java -jar start.jar) while > tests running see this: > http://java.dzone.com/articles/getting-know-solr > > Regards, > Peter. > > > > Hi, > > > > I'm pretty much of a Solr newbie currently packaging solrpy for Debian; > > see > > http://svn.debian.org/viewsvn/python-modules/packages/python-solrpy/trunk/ > > > > In order to run solrpy's supplied tests at build time, I'd need Solr to > > know about the schema.xml that comes with the tests. > > Can anyone tell me how do that properly? I'd basically need Solr to > > temporarily recognize that schema.xml without permanently installing it > > -- is there any way to do this, eg via environment variables? > > > > TIA > > Bernhard Reiter > > >

RE: Testing/packaging question

2010-11-14 Thread Bernhard Reiter
> export CATALINA_BASE=/path/to/your/tomcat/instance/conf/files > export CATALINA_HOME=/path/to/default/installation/bin/files > export SOLR_HOME=/path/to/solr/dataNconf > > Good luck > > > From: Bernhard Reiter [ock...@raz.or.at] &g