Re: calling Python from Java fails...

2011-07-02 Thread Andi Vajda
On Fri, 1 Jul 2011, Bill Janssen wrote: Andi Vajda wrote: That being said, if you send in javadoc patches, I agree, the results should be published like they are on the lucene/java site (under resources) and I can take care of that. Here's a patch (against the JCC branch_3x): Thank you,

Re: calling Python from Java fails...

2011-07-02 Thread Andi Vajda
On Fri, 1 Jul 2011, Bill Janssen wrote: Andi Vajda wrote: By the way, you might want to add a paragraph in that section about adding the ["-framework", "Python"] flags for building JCC on OS X. I tripped over that again. If you send a paragraph to this effect, I'll integrate it into the d

Re: calling Python from Java fails...

2011-07-01 Thread Bill Janssen
Andi Vajda wrote: > That being said, if you send in javadoc patches, I agree, the results > should be published like they are on the lucene/java site (under > resources) and I can take care of that. Here's a patch (against the JCC branch_3x): --- java/org/apache/jcc/PythonVM.java (revision 11

Re: calling Python from Java fails...

2011-07-01 Thread Bill Janssen
Andi Vajda wrote: > > By the way, you might want to add a paragraph in that section about > > adding the ["-framework", "Python"] flags for building JCC on OS X. I > > tripped over that again. > > If you send a paragraph to this effect, I'll integrate it into the docs. Here's a patch: /local/

Re: calling Python from Java fails...

2011-06-29 Thread Andi Vajda
On Jun 29, 2011, at 18:16, Bill Janssen wrote: > Andi Vajda wrote: > >> On Jun 29, 2011, at 16:43, Bill Janssen wrote: >> >>> Andi Vajda wrote: >>> > By the way, you might want to add a paragraph in that section about > adding the ["-framework", "Python"] flags for building JCC on

Re: calling Python from Java fails...

2011-06-29 Thread Bill Janssen
Andi Vajda wrote: > > By the way, you might want to add a paragraph in that section about > > adding the ["-framework", "Python"] flags for building JCC on OS X. I > > tripped over that again. > > If you send a paragraph to this effect, I'll integrate it into the docs. How do you feel about ad

Re: calling Python from Java fails...

2011-06-29 Thread Andi Vajda
On Tue, 28 Jun 2011, Bill Janssen wrote: I'm building a Java wrapper for the Python regex module, and thought I'd use JCC. I'm using JCC 2.9 on OS X 10.5.8, Java 5, Python 2.5, both 32-bit. JCC was also compiled with Java 5. I wrote the Java interfaces for Regex, Match, and Group, defined in