There were some issues with rc1. Thank you all for having reported them !
Please vote on rc2:
The PyLucene 3.5.0-2 release closely tracking the recent release of
Apache Lucene 3.5.0 is ready.
A release candidate is available from:
http://people.apache.org/~vajda/staging_area/
A list of changes
Tried this on Windows XP with MinGW, gcc 4.5, Python 2.6, Java 1.6.
Builds and installs OK.
"make test" reveals some failures:
* test_removeDocument fails badly with lots of these:
ERROR: test_removeDocument (__main__.PythonDirectoryTests)
-
My Windows machine is mentioning "ICU not installed".
Shouldn't the Makefile conditionalize the wrapping of
ICUNormalizer2Filter.py, ICUFoldingFilter.py, and ICUTransformFilter.py
on that?
Bill
On Dec 7, 2011, at 17:04, Bill Janssen wrote:
> Tried this on Windows XP with MinGW, gcc 4.5, Python 2.6, Java 1.6.
>
> Builds and installs OK.
>
> "make test" reveals some failures:
>
> * test_removeDocument fails badly with lots of these:
>
> ERROR: test_removeDocument (__main__.PythonDir
Bill Janssen wrote:
> Tried this on Windows XP with MinGW, gcc 4.5, Python 2.6, Java 1.6.
>
> Builds and installs OK.
>
> "make test" reveals some failures:
>
> * test_removeDocument fails badly with lots of these:
Same with 3.5.0-2.
ThaiAnalyzerTestCase also fails:
==
On Dec 7, 2011, at 17:15, Bill Janssen wrote:
> My Windows machine is mentioning "ICU not installed".
Not a problem.
> Shouldn't the Makefile conditionalize the wrapping of
> ICUNormalizer2Filter.py, ICUFoldingFilter.py, and ICUTransformFilter.py
> on that?
Not sure what you mean here by wrap
On Dec 7, 2011, at 17:18, Bill Janssen wrote:
> Bill Janssen wrote:
>
>> Tried this on Windows XP with MinGW, gcc 4.5, Python 2.6, Java 1.6.
>>
>> Builds and installs OK.
>>
>> "make test" reveals some failures:
>>
>> * test_removeDocument fails badly with lots of these:
>
> Same with 3.5
This part of the PyLucene Makefile is still screwed up:
# Mac OS X 10.5 (32-bit Python 2.5, Java 1.5)
#PREFIX_PYTHON=/usr
#ANT=ant
#PYTHON=$(PREFIX_PYTHON)/bin/python
#JCC=$(PYTHON) -m jcc --shared
#NUM_FILES=4
The way that jcc/__init__.py is now written, there's no way to invoke it
with "-m jcc"
My Leopard machine is happy with this one. "make test" works, and my code
seems to work with it, as well.
Bill
By the way, here's the Makefile section I'm using for 3.5:
# Mac OS X 10.5 (32-bit Python 2.5, Java 1.5)
PREFIX_PYTHON=/usr
ANT=JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
ant
PYTHON=$(PREFIX_PYTHON)/bin/python
JCC=$(PYTHON) -m jcc.__main__ --shared --arch x86_64 --a
On Wed, 7 Dec 2011, Bill Janssen wrote:
This part of the PyLucene Makefile is still screwed up:
# Mac OS X 10.5 (32-bit Python 2.5, Java 1.5)
#PREFIX_PYTHON=/usr
#ANT=ant
#PYTHON=$(PREFIX_PYTHON)/bin/python
#JCC=$(PYTHON) -m jcc --shared
#NUM_FILES=4
The way that jcc/__init__.py is now writte
On Wed, 7 Dec 2011, Bill Janssen wrote:
By the way, here's the Makefile section I'm using for 3.5:
# Mac OS X 10.5 (32-bit Python 2.5, Java 1.5)
PREFIX_PYTHON=/usr
ANT=JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
ant
PYTHON=$(PREFIX_PYTHON)/bin/python
JCC=$(PYTHON
12 matches
Mail list logo