On Feb 23, 2009, at 10:06, Jacob Floyd <techgurufl...@gmail.com> wrote:
I added a 'JDK' dict variable to setup.py that contains the root of
the jdk
installation for each platform. I then replaced all hard coded
occurrences
of that directory in the INCLUDES and LFLAGS dicts.
If a JCC_JDK env variable is set it supercedes the value in
setup.py for
your platform.
Sweet. Thanks. The gentoo devs weren't liking the idea of exporting so
many variables in the ebuild and, at least one person called my
implementation "hackish", so I made the changes to setup.py, which hid
some of the LFLAGS that they didn't like.
Thanks,
Jacob Floyd
PS Got a date slated for release yet?
It looks like Java Lucene is preparing for a 2.4.1 bug fix release
shortly, so I've put the PyLucene release on hold until then. That
way, it'll be based on the new Java Lucene release.
Andi..