Re: BUG in lucene.py plugin
Ryan Barrett <pyblosxom-6sb6M7qyT/[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.devel |
|---|---|
| Message-ID | <[email protected]> |
thanks for the patch! i've applied it. sorry for the month and a half delay. :P
On Wed, 21 May 2008, Mario Fernández wrote:
> Hi,
>
> I filed a bug report about this, but there is no answer there, and the
> fix is really trivial, so I thought I might as well send the diff here:
>
> --- old_lucene.py 2008-05-21 22:09:28.000000000 -0700
> +++ lucene.py 2008-05-21 22:12:40.000000000 -0700
> @@ -121,15 +121,17 @@
> """
> urllib.quote(term)
> JAVA_HOME = config['JAVA_HOME']
> - classpath = (':'.join(glob.glob(config['lucene_home'] + '/*.jar') +
> + classpath = ':'.join(glob.glob(config['lucene_home'] + '/*.jar') +
> [config['lucene_bin']])
> index = config['lucene_index']
> cmd = (JAVA_HOME + ' -cp ' + classpath + ' LuceneSearch ' +
> index + ' ' +
> term)
>
> Cheers,
> Mario
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Pyblosxom-devel mailing list
> Pyblosxom-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/pyblosxom-devel
>
-Ryan
--
http://snarfed.org/
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Pyblosxom-devel mailing list
Pyblosxom-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/pyblosxom-devel