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,
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
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
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/
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
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
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