Re: JCC linux patch

2012-10-08 Thread Caleb Burns
Hi Andi, On Sun, Oct 7, 2012 at 9:08 PM, Andi Vajda 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 handled now

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 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 PyLuc

Re: JCC linux patch

2012-10-02 Thread Caleb Burns
On Tue, Oct 2, 2012 at 1:04 AM, Andi Vajda 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: https://issues.apache.org

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 wrote: On Oct 1, 2012, at 16:37, Caleb Burns wrote: I mean, on particular, all the setuptools versions out there. Andi.. I added a condition for supported versions of the monkey patch while leaving the pre

Re: JCC linux patch

2012-10-01 Thread Caleb Burns
On Mon, Oct 1, 2012 at 7:46 PM, Andi Vajda wrote: > > On Oct 1, 2012, at 16:37, Caleb Burns wrote: > > I mean, on particular, all the setuptools versions out there. > > Andi.. I added a condition for supported versions of the monkey patch while leaving the previous conditions to display the info

Re: JCC linux patch

2012-10-01 Thread Andi Vajda
On Oct 1, 2012, at 16:37, Caleb Burns wrote: > On Mon, Oct 1, 2012 at 12:55 AM, Andi Vajda 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 th

Re: JCC linux patch

2012-10-01 Thread Caleb Burns
On Mon, Oct 1, 2012 at 12:55 AM, Andi Vajda 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 is not > supp

Re: JCC linux patch

2012-09-30 Thread Andi Vajda
On Sep 30, 2012, at 21:35, Caleb Burns 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 works > with

JCC linux patch

2012-09-30 Thread Caleb Burns
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 works with setuptools-0.6c7-11 and distribute-0.6.1+ without the need of m