Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-12 Thread Andi Vajda
On Fri, 10 Dec 2010, Bill Janssen wrote: Andi Vajda wrote: Ok then, provide a tested patch that works and applies out of the box to JCC's trunk, and that puts this code into a new helper file like is done for linux and windows (thus not adding pages of code to setup.py) and I'll integrate it

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-10 Thread Bill Janssen
Andi Vajda wrote: > Ok then, provide a tested patch that works and applies out of the box > to JCC's trunk, and that puts this code into a new helper file like is > done for linux and windows (thus not adding pages of code to setup.py) > and I'll integrate it. Here it is. I happened to have bot

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-10 Thread Bill Janssen
Andi Vajda wrote: > >> I really want the latest up to date Mac OS X setup to build out of the > >> box > > > > Sure, me too! > > No, not today. Today's out of the box on 10.6 requires the setting to > be under /Developer (without your patch). Well, of course, that's why I sent you the patch :-)

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-10 Thread Andi Vajda
On Fri, 10 Dec 2010, Bill Janssen wrote: Andi Vajda wrote: If I switch to Mike's recommendation then 10.6 is broken out of the box. I don't know what developer package he's referring to. Can you please send me the URL ? Here's what his message said: ``It may be necessary to install the "J

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-10 Thread Bill Janssen
Andi Vajda wrote: > If I switch to Mike's recommendation then 10.6 is broken out of the box. > I don't know what developer package he's referring to. Can you please > send me the URL ? Here's what his message said: ``It may be necessary to install the "Java for Mac OS X 10.6 Update 3 Developer

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-10 Thread Andi Vajda
On Fri, 10 Dec 2010, Bill Janssen wrote: Andi Vajda wrote: So, it's "broken on 10.6 out of the box" vs "broken on 10.5 out of the box" or am I missing something else here ? (1) The patch I sent should work on both, out of the box. (2) Alternatively, if you hard-code the path as recommende

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-10 Thread Bill Janssen
Andi Vajda wrote: > So, it's "broken on 10.6 out of the box" vs "broken on 10.5 out of the > box" or am I missing something else here ? (1) The patch I sent should work on both, out of the box. (2) Alternatively, if you hard-code the path as recommended by Mike Swingler, that should work on bot

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-10 Thread Andi Vajda
On Dec 10, 2010, at 10:24, Bill Janssen wrote: Andi Vajda wrote: A bug was reported against the previous release artifacts that blocked the release. The bug got fixed and new artifacts were uploaded, please vote again. This new candidate breaks immediately on OS X 10.5.8 (standard syste

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-09 Thread Adil Lotia
+1 new RC tested on: adil:708 pylucene-3.0.3-1 $ sw_vers ProductName: Mac OS X ProductVersion: 10.5.8 BuildVersion: 9L31a adil:709 pylucene-3.0.3-1 $ java -version java version "1.5.0_26" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_26-b03-376-9M3263) Java HotSpot(TM) Client VM

[VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1 (take 2)

2010-12-09 Thread Andi Vajda
A bug was reported against the previous release artifacts that blocked the release. The bug got fixed and new artifacts were uploaded, please vote again. Thanks ! Andi.. --- With the recent releases of Lucene Java 2.9.4 and 3.0.3, the PyLucene 2.9.4-1 and 3.0.3-1 releases c

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-09 Thread Andi Vajda
On Wed, 8 Dec 2010, Andi Vajda wrote: On Wed, 8 Dec 2010, Bill Janssen wrote: Andi Vajda wrote: Yes, two things made me do this: 1. Bill Janssen said on this list that an Apple developer he talked to said that the /Developer tree is the correct one to use. I asked again, and got

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-09 Thread Adil Lotia
Wonderful! Thank you for the quick review and fix on that one. Cheers, -Adil On Thu, Dec 9, 2010 at 1:55 PM, Andi Vajda wrote: > > On Tue, 7 Dec 2010, Andi Vajda wrote: > > >> Hi Adil, >> >> And for both pylucene-3.0.3-1 (rc) and pylucene-3.0.2-1 when I run the >>> make >>> tests, most of the

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-09 Thread Andi Vajda
On Tue, 7 Dec 2010, Andi Vajda wrote: Hi Adil, And for both pylucene-3.0.3-1 (rc) and pylucene-3.0.2-1 when I run the make tests, most of the tests run fine, but a couple of them crash Python. ... /opt/local/bin/python test/test_PhraseQuery.py ---

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-08 Thread Andi Vajda
On Wed, 8 Dec 2010, Adil Lotia wrote: I think Xcode 3.1.[34] is the last one which supports10.5. Here's a link to get 3.1.3 (requires ADC login:) https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20414 I see some mention that Xcode 3.1.4 is the latest one (fo

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-08 Thread Adil Lotia
Hi Andi, I think Xcode 3.1.[34] is the last one which supports10.5. Here's a link to get 3.1.3 (requires ADC login:) https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20414 I see some mention that Xcode 3.1.4 is the latest one (for 10.5), but I couldn't locate i

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-08 Thread Andi Vajda
On Wed, 8 Dec 2010, Bill Janssen wrote: Andi Vajda wrote: Yes, two things made me do this: 1. Bill Janssen said on this list that an Apple developer he talked to said that the /Developer tree is the correct one to use. I asked again, and got this answer. Looks like I was (wrong? ta

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-07 Thread Bill Janssen
Andi Vajda wrote: > On Tue, 7 Dec 2010, Bill Janssen wrote: > > > Here's a patch to jcc/setup.py. With this it builds on both my 10.6 and > > my 10.5 systems. > > > > Bill > > > > diff -u pylucene-3.0.3-1/jcc/setup.py.orig pylucene-3.0.3-1/jcc/setup.py > > --- pylucene-3.0.3-1/jcc/setup.py.orig

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-07 Thread Andi Vajda
On Tue, 7 Dec 2010, Bill Janssen wrote: Here's a patch to jcc/setup.py. With this it builds on both my 10.6 and my 10.5 systems. Bill diff -u pylucene-3.0.3-1/jcc/setup.py.orig pylucene-3.0.3-1/jcc/setup.py --- pylucene-3.0.3-1/jcc/setup.py.orig 2010-12-07 18:50:25.0 -0800 +++ pyluc

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-07 Thread Bill Janssen
Here's a patch to jcc/setup.py. With this it builds on both my 10.6 and my 10.5 systems. Bill diff -u pylucene-3.0.3-1/jcc/setup.py.orig pylucene-3.0.3-1/jcc/setup.py --- pylucene-3.0.3-1/jcc/setup.py.orig 2010-12-07 18:50:25.0 -0800 +++ pylucene-3.0.3-1/jcc/setup.py 2010-12-07 19

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-07 Thread Bill Janssen
Andi Vajda wrote: > Yes, two things made me do this: > 1. Bill Janssen said on this list that an Apple developer he talked to > said that the /Developer tree is the correct one to use. On a 10.6 system. Adil is talking about a 10.5 system, which will (obviously?) not have a MacOSX10.6.sd

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-07 Thread Bill Janssen
> "Adil" == Adil Lotia writes: Adil> Hi Andi I downloaded the release candidate from your staging Adil> area, and will be running pylucene on OS X. I am not sure if Adil> this is intentional, but was there a reason for this specific Adil> change? Adil> adil:681 lucene $

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-07 Thread Andi Vajda
Hi Adil, And for both pylucene-3.0.3-1 (rc) and pylucene-3.0.2-1 when I run the make tests, most of the tests run fine, but a couple of them crash Python. ... /opt/local/bin/python test/test_PhraseQuery.py -- Ran 8 te

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-07 Thread Andi Vajda
Hi Adil, On Tue, 7 Dec 2010, Adil Lotia wrote: I downloaded the release candidate from your staging area, and will be running pylucene on OS X. I am not sure if this is intentional, but was there a reason for this specific change? adil:681 lucene $ diff pylucene-3.0.2-1/jcc/setup.py pylucene

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-05 Thread Robert Muir
On Sun, Dec 5, 2010 at 1:50 AM, Andi Vajda wrote: > > With the recent releases of Lucene Java 2.9.4 and 3.0.3, the PyLucene > 2.9.4-1 and 3.0.3-1 releases closely tracking them are ready. > > Release candidates are available from: > >    http://people.apache.org/~vajda/staging_area/ > > A list of

Re: [VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-05 Thread Michael McCandless
+1 to both. I installed both on Linux (Fedora 13) and ran my test python script that indexes first 100K line docs from wikipedia and runs a few searches. No problems! Mike On Sun, Dec 5, 2010 at 1:50 AM, Andi Vajda wrote: > > With the recent releases of Lucene Java 2.9.4 and 3.0.3, the PyLucen

[VOTE] Release PyLucene 2.9.4-1 and 3.0.3-1

2010-12-04 Thread Andi Vajda
With the recent releases of Lucene Java 2.9.4 and 3.0.3, the PyLucene 2.9.4-1 and 3.0.3-1 releases closely tracking them are ready. Release candidates are available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen at: http://svn.apache.org