Re: Changes to enable easy_install of packages using JCC

2012-02-04 Thread Chris Wilson
Hi Andi, On Sat, 4 Feb 2012, Andi Vajda wrote: I integrated your patches with rev 1240624. I moved a few changes around :parameters to their section in __main__.py and 'maxstack' hardcoding to where it used to be. Thank you for your contribution. Thanks :) Cheers, Chris. -- Aptivate | htt

Re: Changes to enable easy_install of packages using JCC

2012-02-04 Thread Andi Vajda
Hi Chris, On Wed, 1 Feb 2012, Andi Vajda wrote: No objections to these patches in principle but it would be easier for me to integrate them if you could provide patches computed from the svn repository of JCC: http://svn.apache.org/repos/asf/lucene/pylucene/trunk/jcc/ Your patches seem to

Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Andi Vajda
On Feb 2, 2012, at 15:22, Bill Janssen wrote: > Andi Vajda wrote: > >>> I see that distutils2 has functions like "link_shared_lib", and >>> "link_shared_object", which is a good sign. Whether they work or not is >>> another matter. >> >> As far as I know, distutils and setuptools also had th

Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Bill Janssen
Andi Vajda wrote: > > I see that distutils2 has functions like "link_shared_lib", and > > "link_shared_object", which is a good sign. Whether they work or not is > > another matter. > > As far as I know, distutils and setuptools also had the capability to > link with a vanilla shared library. H

Re: Changes to enable easy_install of packages using JCC

2012-02-02 Thread Andi Vajda
On Feb 2, 2012, at 8:29, Bill Janssen wrote: > Andi Vajda wrote: > >> >> On Feb 1, 2012, at 20:49, Bill Janssen wrote: >> >>> Andi Vajda wrote: >>> Seriously, though, I think that the right thing to do to better integrate JCC with distutils/setuptools/distribute/pip/etc... is to

Re: Changes to enable easy_install of packages using JCC

2012-02-01 Thread Andi Vajda
On Feb 1, 2012, at 20:49, Bill Janssen wrote: > Andi Vajda wrote: > >> Seriously, though, I think that the right thing to do to better >> integrate JCC with distutils/setuptools/distribute/pip/etc... is to >> make it into a distutils 'compiler'. This requires some work, though, >> and I haven'

Re: Changes to enable easy_install of packages using JCC

2012-02-01 Thread Bill Janssen
Andi Vajda wrote: > Seriously, though, I think that the right thing to do to better > integrate JCC with distutils/setuptools/distribute/pip/etc... is to > make it into a distutils 'compiler'. This requires some work, though, > and I haven't done it in all thee years. Anyone with the itch to hack

Re: Changes to enable easy_install of packages using JCC

2012-02-01 Thread Andi Vajda
Hi Chris, On Wed, 1 Feb 2012, Chris Wilson wrote: Thank you for your quick and positive reply :) On Wed, 1 Feb 2012, Andi Vajda wrote: I have been working on integrating Apache Tika (in Java) with our open source intranet application (in Python/Django) using JCC... Using Maven there he

Re: Changes to enable easy_install of packages using JCC

2012-02-01 Thread Chris Wilson
Hi Andi, Thank you for your quick and positive reply :) On Wed, 1 Feb 2012, Andi Vajda wrote: I have been working on integrating Apache Tika (in Java) with our open source intranet application (in Python/Django) using JCC... Using Maven there helped considerably with getting all the pieces

Changes to enable easy_install of packages using JCC

2012-02-01 Thread Chris Wilson
Dear sirs, I have been working on integrating Apache Tika (in Java) with our open source intranet application (in Python/Django) using JCC, as described here: http://blog.aptivate.org/2012/02/01/content-indexing-in-django-using-apache-tika/ In order to make it easy to install Tika (which nor