Re: JCC linux patch

2012-10-08 Thread Caleb Burns
Hi Andi, On Sun, Oct 7, 2012 at 9:08 PM, Andi Vajda va...@apache.org wrote: Hi Caleb, On Tue, 2 Oct 2012, Caleb Burns wrote: I took a look at your patch. A couple of questions: - In jcc/helpers/linux.py, you seem to be getting rid of the 0.6.15 setuptools case. How is that version

Re: JCC linux patch

2012-10-07 Thread Andi Vajda
Hi Caleb, On Tue, 2 Oct 2012, Caleb Burns wrote: On Tue, Oct 2, 2012 at 1:04 AM, Andi Vajda va...@apache.org wrote: Great. Now, in order to get the patch to me, you need to either: - open a bug in JIRA and attach it there (PYLUCENE project) - or send it to me directly I opened a bug

Re: JCC linux patch

2012-10-02 Thread Caleb Burns
On Tue, Oct 2, 2012 at 1:04 AM, Andi Vajda va...@apache.org wrote: Great. Now, in order to get the patch to me, you need to either: - open a bug in JIRA and attach it there (PYLUCENE project) - or send it to me directly I opened a bug on JIRA for PyLucene and added the patch:

Re: JCC linux patch

2012-10-01 Thread Caleb Burns
On Mon, Oct 1, 2012 at 12:55 AM, Andi Vajda va...@apache.org wrote: That would be great ! Could you please make your monkey patch detect the version of setuptools/distribute used and issue the same the same error message as is currently emitted by the JCC linux setup.py code when the version

Re: JCC linux patch

2012-10-01 Thread Andi Vajda
On Oct 1, 2012, at 16:37, Caleb Burns cpbu...@gmail.com wrote: On Mon, Oct 1, 2012 at 12:55 AM, Andi Vajda va...@apache.org wrote: That would be great ! Could you please make your monkey patch detect the version of setuptools/distribute used and issue the same the same error message as is

Re: JCC linux patch

2012-10-01 Thread Andi Vajda
On Tue, 2 Oct 2012, Caleb Burns wrote: On Mon, Oct 1, 2012 at 7:46 PM, Andi Vajda va...@apache.org wrote: On Oct 1, 2012, at 16:37, Caleb Burns cpbu...@gmail.com wrote: I mean, on particular, all the setuptools versions out there. Andi.. I added a condition for supported versions of the

Re: JCC linux patch

2012-09-30 Thread Andi Vajda
On Sep 30, 2012, at 21:35, Caleb Burns cpbu...@gmail.com wrote: Hi, The current method to build JCC on Linux requires patching the setuptools package. Would you be interested in a patch to JCC that monkey-patches the setuptools Library and Extension classes to avoid the manual patch. It