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:
>>
>
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
.
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
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
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
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
@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
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
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
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
+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
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
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=
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
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
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
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
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
18 matches
Mail list logo