RE: build pyLucene 4.10.1-1

2014-10-10 Thread Márk Csaba
riday, October 10, 2014 10:50 PM To: pylucene-dev@lucene.apache.org Subject: RE: build pyLucene 4.10.1-1 On Fri, 10 Oct 2014, Márk Csaba wrote: You're running Python 2.6.8 if I remember correctly. The 'with' syntax used in this test may not work with that version of Python. Could you try

RE: build pyLucene 4.10.1-1

2014-10-10 Thread Andi Vajda
Ran 1 test in 0.003s FAILED (errors=1) All other tests passed. -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Friday, October 10, 2014 6:54 PM To: pylucene-dev@lucene.apache.org Subject: Re: build pyLucene 4.10.1-1 On Oct 10, 2014, at 09:46

RE: build pyLucene 4.10.1-1

2014-10-10 Thread Andi Vajda
2014 6:54 PM To: pylucene-dev@lucene.apache.org Subject: Re: build pyLucene 4.10.1-1 On Oct 10, 2014, at 09:46, Márk Csaba wrote: Oracle JDK 7. $ java -version java version "1.7.0_67" Java(TM) SE Runtime Environment (build 1.7.0_67-b01) Java HotSpot(TM) Server VM (build 24.65-b04, mi

RE: build pyLucene 4.10.1-1

2014-10-10 Thread Márk Csaba
, mixed mode) What happens when you run a test file manually ? $ python test/test_..,,py Andi.. > > Csaba > > -Original Message- > From: Andi Vajda [mailto:va...@apache.org] > Sent: Friday, October 10, 2014 6:30 PM > To: pylucene-dev@lucene.apache.org >

Re: build pyLucene 4.10.1-1

2014-10-10 Thread Andi Vajda
st file manually ? $ python test/test_..,,py Andi.. > > Csaba > > -Original Message- > From: Andi Vajda [mailto:va...@apache.org] > Sent: Friday, October 10, 2014 6:30 PM > To: pylucene-dev@lucene.apache.org > Subject: Re: build pyLucene 4.10.1-1 > > >

RE: build pyLucene 4.10.1-1

2014-10-10 Thread Márk Csaba
: pylucene-dev@lucene.apache.org Subject: Re: build pyLucene 4.10.1-1 > On Oct 10, 2014, at 03:14, Márk Csaba wrote: > > I've cleaned out the site-local folder and did a recompile with --shared. Either way, it should work, with or without --shared. What version of Java are you usin

Re: build pyLucene 4.10.1-1

2014-10-10 Thread Andi Vajda
> -Original Message- > From: Andi Vajda [mailto:va...@apache.org] > Sent: Friday, October 10, 2014 12:56 AM > To: pylucene-dev@lucene.apache.org > Subject: RE: build pyLucene 4.10.1-1 > > > > That is very suspicious. You're still likely running something olde

RE: build pyLucene 4.10.1-1

2014-10-10 Thread Márk Csaba
! Regards, Csaba -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Friday, October 10, 2014 12:56 AM To: pylucene-dev@lucene.apache.org Subject: RE: build pyLucene 4.10.1-1 That is very suspicious. You're still likely running something older than what you built.

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Andi Vajda
t for you depending on your use of --shared) Andi.. I've tried to compile it with JDK 1.6 but it said: "Minimum supported Java version is 1.7". Csaba -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Friday, October 10, 2014 12:31 AM To: pylucene-dev@lucene.a

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Márk Csaba
1, in lucene.JavaError I've tried to compile it with JDK 1.6 but it said: "Minimum supported Java version is 1.7". Csaba -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Friday, October 10, 2014 12:31 AM To: pylucene-dev@lucene.apache.org Subject:

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Andi Vajda
.. Csaba -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Thursday, October 09, 2014 9:41 PM To: pylucene-dev@lucene.apache.org Subject: Re: build pyLucene 4.10.1-1 These are ignorable javac errors. If you prefer not to, you should contact the lucene developer list

RE: build pyLucene 4.10.1-1

2014-10-09 Thread Márk Csaba
[mailto:va...@apache.org] Sent: Thursday, October 09, 2014 9:41 PM To: pylucene-dev@lucene.apache.org Subject: Re: build pyLucene 4.10.1-1 These are ignorable javac errors. If you prefer not to, you should contact the lucene developer list at d...@lucene.apache.org. I suspect that you ha

Re: build pyLucene 4.10.1-1

2014-10-09 Thread Andi Vajda
On Thu, 9 Oct 2014, Márk Csaba wrote: Hello List, ?? Im trying to build the 4.10.1-1 pyLucene and I got some errors. ?? The details: $ java -version java version "1.7.0_67" Java(TM) SE Runtime Environment (build 1.7.0_67-b01) Java HotSpot(TM) Server VM (build 24.65-b04, mixed mode) $

build pyLucene 4.10.1-1

2014-10-09 Thread Márk Csaba
Hello List,   Im trying to build the 4.10.1-1 pyLucene and I got some errors.   The details: $ java -version java version "1.7.0_67" Java(TM) SE Runtime Environment (build 1.7.0_67-b01) Java HotSpot(TM) Server VM (build 24.65-b04, mixed mode) $ ant -version Apache Ant(TM) version 1.9.4 comp