Re: [VOTE] Release PyLucene 3.0.0-1 (rc2) (nag)

2009-12-08 Thread Sujan Shakya
On Wed, Dec 9, 2009 at 8:18 AM, Andi Vajda wrote: > > On Fri, 4 Dec 2009, Sujan Shakya wrote: > > PyLucene 3.0.0 worked for me as well in FreeBSD 7.0. So +1 vote from my >> side. >> >> But I needed to configure and change some paths. >> >> In jcc/setup.py, the flags I added for FreeBSD are: >> >

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2) (nag)

2009-12-08 Thread Andi Vajda
On Fri, 4 Dec 2009, Sujan Shakya wrote: PyLucene 3.0.0 worked for me as well in FreeBSD 7.0. So +1 vote from my side. But I needed to configure and change some paths. In jcc/setup.py, the flags I added for FreeBSD are: JDK = { 'freebsd7': '/usr/local/diablo-jdk1.6.0', } INCLUDES = {'freebsd7

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2) (nag)

2009-12-08 Thread Andi Vajda
. Thanks ! Andi.. -- Forwarded message -- Date: Sun, 29 Nov 2009 16:02:50 -0800 (PST) From: Andi Vajda Reply-To: pylucene-dev@lucene.apache.org, Andi Vajda To: pylucene-dev@lucene.apache.org, gene...@lucene.apache.org Subject: [VOTE] Release PyLucene 3.0.0-1 (rc2) New artifacts for

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2) (nag)

2009-12-08 Thread Grant Ingersoll
T) > From: Andi Vajda > Reply-To: pylucene-dev@lucene.apache.org, Andi Vajda > To: pylucene-dev@lucene.apache.org, gene...@lucene.apache.org > Subject: [VOTE] Release PyLucene 3.0.0-1 (rc2) > > > New artifacts for this release were made to include a fix for building on

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2) (nag)

2009-12-04 Thread Helmut Jarausch
PyLucene-3 works just fine here. The patch of python_setuptools havily depends on the installed version of Python (of course) I had to adapt it a bit. It would be nice if there were a different solution (Why don't the Python developers accept this patch for mainstream?) So, +1 from me, too. Helm

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2) (nag)

2009-12-03 Thread Sujan Shakya
Hi, PyLucene users, PyLucene 3.0.0 worked for me as well in FreeBSD 7.0. So +1 vote from my side. But I needed to configure and change some paths. In jcc/setup.py, the flags I added for FreeBSD are: JDK = { 'freebsd7': '/usr/local/diablo-jdk1.6.0', } INCLUDES = { 'freebsd7': ['%(freebsd7)s/incl

[VOTE] Release PyLucene 3.0.0-1 (rc2) (nag)

2009-12-03 Thread Andi Vajda
@lucene.apache.org, gene...@lucene.apache.org Subject: [VOTE] Release PyLucene 3.0.0-1 (rc2) New artifacts for this release were made to include a fix for building on Windows with MSVC. --- With the recent release of Java Lucene 3.0.0, a PyLucene 3.0.0-1 release closely tracking it is ready

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2)

2009-12-01 Thread Atsuo Ishimoto
Hi, On Mon, Nov 30, 2009 at 9:02 AM, Andi Vajda wrote: > Please vote to release these artifacts as PyLucene 3.0.0-1. > I tested on Windows Vista/XP, Python 2.6.4, jdk1.6.0_16. My application runs just fine. So +1 from me too. -- Atsuo Ishimoto Mail: ishim...@gembook.org Blog: http://d.hatena.n

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2)

2009-11-30 Thread Andi Vajda
On Mon, 30 Nov 2009, Michael McCandless wrote: +1 to release. I was able to build successfully, on OS X 10.5.8, Python 2.6.4, Java 1.5.0_20. I ran my usual smoke test, indexing first 100K docs from wikipedia, optimizing it, searching. I had to tweak the APIs to cutover to 3.0... but everythi

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-30 Thread Michael McCandless
Thanks for the pointers Andi, I think I must've somehow had an older JCC installed -- when I repeated the usual steps, with the new RC, things built fine. User error :) Thanks! Mike On Sun, Nov 29, 2009 at 6:53 PM, Andi Vajda wrote: > > On Sun, 29 Nov 2009, Michael McCandless wrote: > >> I'm t

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2)

2009-11-30 Thread Michael McCandless
+1 to release. I was able to build successfully, on OS X 10.5.8, Python 2.6.4, Java 1.5.0_20. I ran my usual smoke test, indexing first 100K docs from wikipedia, optimizing it, searching. I had to tweak the APIs to cutover to 3.0... but everything worked fine after that. Mike On Sun, Nov 29, 2

[VOTE] Release PyLucene 3.0.0-1 (rc2)

2009-11-29 Thread Andi Vajda
New artifacts for this release were made to include a fix for building on Windows with MSVC. --- With the recent release of Java Lucene 3.0.0, a PyLucene 3.0.0-1 release closely tracking it is ready. ATTENTION: Lucene Java 3.0.0 has seen many changes to its API. While Java

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-29 Thread Andi Vajda
On Sun, 29 Nov 2009, Michael McCandless wrote: I'm trying to build on Mac OS X 10.5.8, Java 1.6.0_15, Python 2.6.4 (that I downloaded & installed from http://python.org). I left JCC's setup.py at its defaults for darwin, and am trying this in PyLucene's Makefile: PREFIX_PYTHON=/usr/local ANT=

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-29 Thread Andi Vajda
On Sun, 29 Nov 2009, Atsuo Ishimoto wrote: Sorry, I failed to attach the patch. On Sun, Nov 29, 2009 at 11:34 PM, Atsuo Ishimoto wrote: Hi Andi, On Fri, Nov 27, 2009 at 7:05 AM, Andi Vajda wrote: With the recent release of Java Lucene 3.0.0, a PyLucene 3.0.0-1 release closely tracking it

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-29 Thread Atsuo Ishimoto
Sorry, I failed to attach the patch. On Sun, Nov 29, 2009 at 11:34 PM, Atsuo Ishimoto wrote: > Hi Andi, > > On Fri, Nov 27, 2009 at 7:05 AM, Andi Vajda wrote: >> >> With the recent release of Java Lucene 3.0.0, a PyLucene 3.0.0-1 release >> closely tracking it is ready. >> > > I failed to build

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-29 Thread Atsuo Ishimoto
Hi Andi, On Fri, Nov 27, 2009 at 7:05 AM, Andi Vajda wrote: > > With the recent release of Java Lucene 3.0.0, a PyLucene 3.0.0-1 release > closely tracking it is ready. > I failed to build jcc with Microsoft VC2008 on Windows Vista. I attached a patch to fix problem. With this patch, all tests a

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-29 Thread Michael McCandless
I'm trying to build on Mac OS X 10.5.8, Java 1.6.0_15, Python 2.6.4 (that I downloaded & installed from http://python.org). I left JCC's setup.py at its defaults for darwin, and am trying this in PyLucene's Makefile: PREFIX_PYTHON=/usr/local ANT=ant PYTHON=$(PREFIX_PYTHON)/bin/python JCC=$(PYTHON

[VOTE] Release PyLucene 3.0.0-1

2009-11-26 Thread Andi Vajda
With the recent release of Java Lucene 3.0.0, a PyLucene 3.0.0-1 release closely tracking it is ready. ATTENTION: Lucene Java 3.0.0 has seen many changes to its API. While Java users can methodically port their code from Lucene 2.9.1 to Lucene 3.0.0 by watching for and el