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

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

[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