Re: preparing for a PyLucene release

2009-02-13 Thread Andi Vajda
On Fri, 13 Feb 2009, Michael McCandless wrote: I think this is a good idea! There were discussions late last year to do a 2.9 release for Lucene, but realistically it's probably a ways out still. Even a 2.4.1 release, just bug fixes ? Andi.. The Lucene java release checklist might be

Re: preparing for a PyLucene release

2009-02-13 Thread Michael McCandless
I think this is a good idea! There were discussions late last year to do a 2.9 release for Lucene, but realistically it's probably a ways out still. The Lucene java release checklist might be a good place to check for the "typical" things: http://wiki.apache.org/lucene-java/ReleaseT

preparing for a PyLucene release

2009-02-13 Thread Andi Vajda
Hi, Apart from the JIRA project (issue INFRA-1861) which seems stuck, the transition for PyLucene from OSAF to Apache is now complete. Historically, PyLucene has had official releases closely tracking Java Lucene's. At the moment, it doesn't appear that Java Lucene is preparing for a relea

Re: Makefile question

2009-02-13 Thread Andi Vajda
On Fri, 13 Feb 2009, Jacob Floyd wrote: My comments below. Andi Vajda wrote: ... These file depend on yet another thirdparty project, Apache Regex (?), and I didn't want to have a dependency on that. Given that Python has excellent regular expression support, I replaced these files with a Py

Re: Makefile question

2009-02-13 Thread Jacob Floyd
My comments below. Andi Vajda wrote: ... >> These file depend on yet another thirdparty project, Apache Regex (?), and >> I didn't want to have a dependency on that. Given that Python has excellent >> regular expression support, I replaced these files with a Python-based >> implementation. ... >

Re: make test doesn't work before install

2009-02-13 Thread Andi Vajda
On Feb 13, 2009, at 8:27, Helmut Jarausch aachen.de> wrote: On a machine with an old (2 month old SVN) PyLucene / Java What operating system ? What versions of python, java ? installation I've built first jcc than PyLucene itself. Executing make test failed reproducibly with a segmentfau

make test doesn't work before install

2009-02-13 Thread Helmut Jarausch
On a machine with an old (2 month old SVN) PyLucene / Java installation I've built first jcc than PyLucene itself. Executing make test failed reproducibly with a segmentfault in the Java VM for the very first test. Only after installing PyLucene (nearly) all tests pass. Since 'make test' is int

make test doesn't work before install

2009-02-13 Thread Helmut Jarausch
On a machine with an old (2 month old SVN) PyLucene / Java installation I've built first jcc then PyLucene itself. Executing make test failed reproducibly with a segment fault in the Java VM for the very first test. Only after installing PyLucene (nearly) all tests pass. Since 'make test' is in