[jira] [Commented] (PYLUCENE-27) JCC should be able to create sdist archives

2013-10-31 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810843#comment-13810843 ] Andi Vajda commented on PYLUCENE-27: I have no idea how to do this or if this is even

Re: Compilation of JCC fails: cannot find -lpython2.7

2013-10-29 Thread Andi Vajda
On Oct 29, 2013, at 15:09, Filip Nollet filip.nol...@bayer.com wrote: Hi all I have a problem compiling JCC for pylucene. It does not find the shared Python library, while this seems to be available. The error is printed below. My environment set the LD_LIBRARY_PATH for Python 2.7:

[VOTE] Release PyLucene 4.5.1-1

2013-10-28 Thread Andi Vajda
The PyLucene 4.5.1-1 release tracking the recent release of Apache Lucene 4.5.1 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen at:

Re: complex phrase parsing

2013-10-21 Thread Andi Vajda
-0700 (PDT) Date: Fri, 18 Oct 2013 15:25:34 -0700 (PDT) From: Andi Vajda va...@apache.org X-X-Sender: vajda@yuzu.local Reply-To: Andi Vajda va...@apache.org To: pylucene-dev@lucene.apache.org Subject: Re: complex phrase parsing In-Reply-To: 5261a6c8.7000...@orcatec.com Message-ID: alpine.OSX

Re: [nag] [VOTE] Release PyLucene 4.5.0-2

2013-10-18 Thread Andi Vajda
On Fri, 18 Oct 2013, Michael McCandless wrote: +1 to wait for 4.5.1 instead? Agreed. Ok, this vote is called off, preempted by the upcoming Lucene 4.5.1 release. Andi.. Mike McCandless http://blog.mikemccandless.com On Thu, Oct 17, 2013 at 10:43 PM, Andi Vajda va...@apache.org wrote

Re: complex phrase parsing

2013-10-18 Thread Andi Vajda
On Fri, 18 Oct 2013, Shawn Grant wrote: I don't see that pylucene has a wrapper for the ComplexPhraseQueryParser... am I wrong? What version of pylucene are you referring to ? It seems to be available in 4.4.0: from lucene import initVM initVM() jcc.JCCEnv object at 0x10029c0f0

[nag] [VOTE] Release PyLucene 4.5.0-2

2013-10-17 Thread Andi Vajda
One more PMC vote is needed to finalize this release. Then, we could wait for Lucene 4.5.1 to happen instead ? Andi.. -- Forwarded message -- Date: Mon, 14 Oct 2013 14:06:45 -0400 From: Steve Rowe sar...@gmail.com To: gene...@lucene.apache.org, Andi Vajda va...@apache.org Cc

Re: [VOTE] Release PyLucene 4.5.0-1

2013-10-12 Thread Andi Vajda
.. - Steve On Oct 11, 2013, at 3:30 PM, Andi Vajda va...@apache.org wrote: On Fri, 11 Oct 2013, Steve Rowe wrote: I really have no idea where to start looking to figure out what's happening - I'm not a big python user - any ideas? Would it be useful to package up my make'd directory

Re: [VOTE] Release PyLucene 4.5.0-1

2013-10-11 Thread Andi Vajda
have installed ? I'm currently battling an issue with the third generation setuptools, v 1.1.6. If you don't have something like 0.6something or 0.7 installed, please try that (for lack of any better ideas, sorry). Andi.. Steve On Oct 10, 2013, at 7:34 PM, Andi Vajda va...@apache.org wrote

Re: ImportError: cannot import name Library, during installing PyLucene

2013-10-11 Thread Andi Vajda
On Fri, 11 Oct 2013, SangHee Kim wrote: Hi everyone! I have spent 5 hours to fix this problem but I can't. During installing PyLucene withhttp://lucene.apache.org/pylucene/install.htmt , I faced with a error like follwing. sanghee-m:jcc sanghee$ python setup.py build found JAVAFRAMEWORKS =

Re: [VOTE] Release PyLucene 4.5.0-1

2013-10-10 Thread Andi Vajda
, this is a true statement. There is no lucene 4.5.0 package at pypi and I don't understand why it's looking for one - it's supposed to build it. Andi.. - Steve On Oct 10, 2013, at 2:59 AM, Andi Vajda va...@apache.org wrote: Hi Steve, On Thu, 10 Oct 2013, Steve Rowe wrote: After

Re: JCC for Java - C++ and initializeClass

2013-08-30 Thread Andi Vajda
On Fri, 30 Aug 2013, Toivo Henningsson wrote: I've been using JCC successfully for a number of months for wrapping Java code to use in a C++ program. My question is about initializeClass. Right now, I'm calling mypackage::MyClass::initializeClass(false); on some of my classes during

Re: Problem building Pylucene

2013-08-23 Thread Andi Vajda
On Aug 23, 2013, at 23:24, Jeremy Michels jeremy.d.mich...@gmail.com wrote: I've been trying trying to build pylucene-4.4.0-1 on a Windows 64-bit machine, and have run into a bit of trouble. Specifically, when I attempt to build Pylucene via make I get the error fatal error C1128: number

Re: [VOTE] Release PyLucene 4.4.0-1

2013-08-18 Thread Andi Vajda
...@orbiteam.de wrote: I could build JCC 2.17 and PyLucene 4.4.0 und Mac OS X 10.8.4 (64-bit only - Python 2.7, Java 1.6). All tests did pass and samples work like expected. +1 regards Thomas -- Am 17.08.2013 um 16:52 schrieb Andi Vajda va...@apache.org: The PyLucene 4.4.0-1

[VOTE] Release PyLucene 4.4.0-1

2013-08-17 Thread Andi Vajda
The PyLucene 4.4.0-1 release tracking the recent release of Apache Lucene 4.4.0 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen at:

Re: Problem using TrecTopicsReader()

2013-08-06 Thread Andi Vajda
On Aug 6, 2013, at 10:36, Abhishek Gupta abhi.bansa...@gmail.com wrote: Hi, I have a problem using TrecTopicsReader which I have already asked on #lucene IRC but got no reply till yesterday. I also post it on SO( http://stackoverflow.com/questions/18054649/bufferedreader-in-pylucne). The

Re: Problem using TrecTopicsReader()

2013-08-06 Thread Andi Vajda
that they're found on the classpath. This is a java error. Andi.. Thanks, On Tue, Aug 6, 2013 at 10:57 PM, Abhishek Gupta abhi.bansa...@gmail.comwrote: Thanks!! Andi :) On Tue, Aug 6, 2013 at 5:17 PM, Andi Vajda va...@apache.org wrote: On Aug 6, 2013, at 10:36, Abhishek Gupta

Re: Problem with using classes from different modules

2013-07-05 Thread Andi Vajda
On Jul 5, 2013, at 1:34, Johan Jonkers jo...@seecr.nl wrote: On 7/5/13 10:16 AM, Andi Vajda wrote: On Jul 5, 2013, at 0:11, Johan Jonkers jo...@seecr.nl wrote: Hi Andi, I was able to compile it all into one module and that worked perfectly. I then tried to compile it again into two

Re: Problem with using classes from different modules

2013-07-04 Thread Andi Vajda
:-) Regards, Johan On 7/1/13 8:00 PM, Andi Vajda wrote: On Mon, 1 Jul 2013, Johan Jonkers wrote: Hello, I have been playing around with JCC to see if it would provide in the needs we have here at work to interface Java with Python. I have encountered one issue in which I hope someone

[jira] [Created] (LUCENE-5086) RamUsageEstimator causes AWT classes to be loaded by calling ManagementFactory#getPlatformMBeanServer (fwd)

2013-07-01 Thread Andi Vajda
We're not alone :-) ! Andi.. -- Forwarded message -- Date: Mon, 1 Jul 2013 17:14:20 + (UTC) From: Shay Banon (JIRA) j...@apache.org Reply-To: d...@lucene.apache.org To: d...@lucene.apache.org Subject: [jira] [Created] (LUCENE-5086) RamUsageEstimator causes AWT classes to

Re: Problem with using classes from different modules

2013-07-01 Thread Andi Vajda
On Mon, 1 Jul 2013, Johan Jonkers wrote: Hello, I have been playing around with JCC to see if it would provide in the needs we have here at work to interface Java with Python. I have encountered one issue in which I hope someone on this mailinglist might be able to help me with. If this is

Re: [VOTE] Release PyLucene 4.3.1-1

2013-06-30 Thread Andi Vajda
On Sun, 30 Jun 2013, Michael McCandless wrote: On Sun, Jun 30, 2013 at 3:20 PM, Andi Vajda va...@apache.org wrote: On Sun, 30 Jun 2013, Michael McCandless wrote: Hmm I see two test failures, on Linux, Python 2.7.3, Java 1.7.0_07 : ERROR: testCachingWorks (__main__

Re: [VOTE] Release PyLucene 4.3.1-1

2013-06-30 Thread Andi Vajda
=['-Djava.awt.headless=true'] to lucene.initVM() As this has been added to the unit tests already - wouldn't it be good to also do so for the samples? Of course, that was an omission. Andi.. regards, Thomas -- Am 26.06.2013 um 22:07 schrieb Andi Vajda va...@apache.org: The PyLucene 4.3.1-1 release

Re: [VOTE] Release PyLucene 4.3.1-1

2013-06-30 Thread Andi Vajda
On Sun, 30 Jun 2013, Andi Vajda wrote: On Sun, 30 Jun 2013, Michael McCandless wrote: On Sun, Jun 30, 2013 at 3:20 PM, Andi Vajda va...@apache.org wrote: On Sun, 30 Jun 2013, Michael McCandless wrote: Hmm I see two test failures, on Linux, Python 2.7.3, Java 1.7.0_07 : ERROR

Re: [VOTE] Release PyLucene 4.3.1-1

2013-06-30 Thread Andi Vajda
On Sun, 30 Jun 2013, Andi Vajda wrote: On Sun, 30 Jun 2013, Andi Vajda wrote: On Sun, 30 Jun 2013, Michael McCandless wrote: On Sun, Jun 30, 2013 at 3:20 PM, Andi Vajda va...@apache.org wrote: On Sun, 30 Jun 2013, Michael McCandless wrote: Hmm I see two test failures, on Linux

Re: PyLucene@Mac AWT issue (blocker) on Mac OSX

2013-06-20 Thread Andi Vajda
On Thu, 20 Jun 2013, Thomas Koch wrote: Hi, I just came across a strange issue on my Macbook where I built PyLucene3.6.2 a while ago and am using it since then (i.e. today) without any problems: as of today I always get an error message java.lang.InternalError: Can't start the AWT because

Re: jcc/sources/functions.cpp:20:23: error: arpa/inet.h: No such file or directory

2013-06-10 Thread Andi Vajda
On Mon, 10 Jun 2013, Samantha Williamson wrote: I've just come across JCC as a possible solution to a problem I'm having at work, but I'm having issues compiling the project. I downloaded the source from https://pypi.python.org/pypi/JCC/. Currently my build fails as such: python setup.py

Re: SIGSEGV indexing jcc-compiled module in IDEA PyCharm

2013-05-29 Thread Andi Vajda
On Tue, 28 May 2013, Barry Wark wrote: On Tue, May 28, 2013 at 11:09 PM, Andi Vajda va...@apache.org wrote: On Tue, 28 May 2013, Barry Wark wrote: Hi all, This is an edge case, I realize, but thought I'd throw it out there in case anyone has come across a solution. I'm using IDEA's

Re: SIGSEGV indexing jcc-compiled module in IDEA PyCharm

2013-05-29 Thread Andi Vajda
On Wed, 29 May 2013, Barry Wark wrote: On Wed, May 29, 2013 at 1:53 PM, Andi Vajda va...@apache.org wrote: On Tue, 28 May 2013, Barry Wark wrote: On Tue, May 28, 2013 at 11:09 PM, Andi Vajda va...@apache.org wrote: On Tue, 28 May 2013, Barry Wark wrote: Hi all, This is an edge

Re: SIGSEGV indexing jcc-compiled module in IDEA PyCharm

2013-05-28 Thread Andi Vajda
On Tue, 28 May 2013, Barry Wark wrote: Hi all, This is an edge case, I realize, but thought I'd throw it out there in case anyone has come across a solution. I'm using IDEA's PyCharm IDE (v2.7). The project virtualenv contains a jcc-compiled module (which the project uses). PyCharm's indexer

Re: [ANNOUNCE] Apache PyLucene 4.3.0

2013-05-15 Thread Andi Vajda
. I just svn commit'ted the changes and expected it to percolate. Last time I did this, it just worked (tm). Andi.. usually #1 is not necessary, but i do it when things dont take On Wed, May 15, 2013 at 2:08 PM, Andi Vajda va...@apache.org wrote: On May 15, 2013, at 10:08, Michael

Re: [VOTE] Release PyLucene 4.3.0-1

2013-05-13 Thread Andi Vajda
On Sun, 12 May 2013, Andi Vajda wrote: On May 12, 2013, at 22:21, Barry Wark ba...@physion.us wrote: On Mon, May 13, 2013 at 1:06 AM, Andi Vajda va...@apache.org wrote: On May 12, 2013, at 21:04, Barry Wark ba...@physion.us wrote: Hi all, I'm new to the pylucene-dev list, so please

Re: [VOTE] Release PyLucene 4.3.0-1

2013-05-12 Thread Andi Vajda
/__init__.cpp and _ovation/com/__init__.cpp are also attached. Cheers, Barry On Mon, May 6, 2013 at 8:27 PM, Andi Vajda va...@apache.org wrote: It looks like the time has finally come for a PyLucene 4.x release ! The PyLucene 4.3.0-1 release tracking the recent release of Apache Lucene

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Andi Vajda
On Tue, 7 May 2013, Barry Wark wrote: I recently discovered JCC (awesome project!) and am attempting to use it to wrap a Java API for Python users. It's been working great, with two exceptions. I'd be grateful for any advice on the following: 1) Public methods from implemented interfaces are

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Andi Vajda
On May 7, 2013, at 9:03, Barry Wark ba...@physion.us wrote: Andi, thank you for the great info! On Tue, May 7, 2013 at 11:58 AM, Andi Vajda va...@apache.org wrote: On Tue, 7 May 2013, Barry Wark wrote: I recently discovered JCC (awesome project!) and am attempting to use

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Andi Vajda
On May 7, 2013, at 19:40, Barry Wark ba...@physion.us wrote: On Tue, May 7, 2013 at 1:15 PM, Andi Vajda va...@apache.org wrote: On May 7, 2013, at 9:03, Barry Wark ba...@physion.us wrote: Andi, thank you for the great info! On Tue, May 7, 2013 at 11:58 AM, Andi Vajda va

Re: Wrapping methods from implemented interfaces

2013-05-07 Thread Andi Vajda
On May 7, 2013, at 21:31, Andi Vajda va...@apache.org wrote: On May 7, 2013, at 19:40, Barry Wark ba...@physion.us wrote: On Tue, May 7, 2013 at 1:15 PM, Andi Vajda va...@apache.org wrote: On May 7, 2013, at 9:03, Barry Wark ba...@physion.us wrote: Andi, thank you for the great

[VOTE] Release PyLucene 4.3.0-1

2013-05-06 Thread Andi Vajda
It looks like the time has finally come for a PyLucene 4.x release ! The PyLucene 4.3.0-1 release tracking the recent release of Apache Lucene 4.3.0 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen

Re: installation fails : python class name already in use

2013-04-30 Thread Andi Vajda
On Apr 30, 2013, at 0:46, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 04/29/2013 04:52:00 PM, Andi Vajda wrote: On Apr 29, 2013, at 5:36, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 04/27/2013 08:25:04 PM, Andi Vajda wrote: Hi Helmut, On Sat, 27 Apr 2013, Helmut

Re: installation fails : python class name already in use

2013-04-30 Thread Andi Vajda
On Apr 30, 2013, at 0:46, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 04/29/2013 04:52:00 PM, Andi Vajda wrote: On Apr 29, 2013, at 5:36, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 04/27/2013 08:25:04 PM, Andi Vajda wrote: Hi Helmut, On Sat, 27 Apr 2013, Helmut

Re: installation fails : python class name already in use

2013-04-29 Thread Andi Vajda
On Apr 29, 2013, at 5:36, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: On 04/27/2013 08:25:04 PM, Andi Vajda wrote: Hi Helmut, On Sat, 27 Apr 2013, Helmut Jarausch wrote: Hi, after a long time I'm in need to reinstall pylucene on my Gentoo system. Here, Lucene-3.5.0, oracle-jdk-bin

Re: installation fails : python class name already in use

2013-04-27 Thread Andi Vajda
Hi Helmut, On Sat, 27 Apr 2013, Helmut Jarausch wrote: Hi, after a long time I'm in need to reinstall pylucene on my Gentoo system. Here, Lucene-3.5.0, oracle-jdk-bin-1.7.0.21 and Python-2.7.4 is installed. I fetched the pylucene_3_5 branch of svn.apache.org/repos/asf/lucene/pylucene/

Re: AW: AW: [VOTE] Release PyLucene 4.2.1-1

2013-04-19 Thread Andi Vajda
-Ursprüngliche Nachricht- Von: Andi Vajda [mailto:va...@apache.org] Gesendet: Donnerstag, 18. April 2013 19:09 An: pylucene-dev@lucene.apache.org Betreff: Re: AW: [VOTE] Release PyLucene 4.2.1-1 On Thu, 18 Apr 2013, Thomas Koch wrote: Andi, I now get a different error while compiling __init__.cpp

Re: AW: [VOTE] Release PyLucene 4.2.1-1

2013-04-18 Thread Andi Vajda
$AUTOMATON_TYPE.h(42) : error C2238: Unerwartete(s) Token vor ';' error: command 'C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe' failed with exit status 2 make: *** [compile] Error 1 regards, Thomas -Ursprüngliche Nachricht- Von: Andi Vajda [mailto:va...@apache.org] Gesendet

Re: [VOTE] Release PyLucene 4.2.1-1

2013-04-18 Thread Andi Vajda
Because of issues on Windows, this release candidate is also not good. Please hold your votes until a Windows-happy release candidate is made available. Sorry for the bother. Andi.. On Wed, 17 Apr 2013, Andi Vajda wrote: The PyLucene 4.2.1-0 release candidate had a number of problems

[VOTE] Release PyLucene 4.2.1

2013-04-13 Thread Andi Vajda
It looks like the time has finally come for a PyLucene 4.x release ! The PyLucene 4.2.1-0 release tracking the recent release of Apache Lucene 4.2.1 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen

Re: initVM segmentation fault

2013-03-12 Thread Andi Vajda
like they are broken somewhat. Excellent ! Andi.. Jeune On Mar 12, 2013 7:07 PM, Andi Vajda va...@apache.org wrote: On Mar 12, 2013, at 2:51, Jeune Asuncion je...@bright.com wrote: Dear *Pylucene*, I am trying to run pylucene on my Fedora box but I get a segmentation fault when I

Re: FacetExample.py

2013-02-12 Thread Andi Vajda
Hi Thomas, On Mon, 11 Feb 2013, Thomas Koch wrote: first please excuse I didn't get back to you regarding the tests - I did start with it but then got stuck and distracted from other tasks popping up. No excuse - I just failed to deliver what I promised. Oh well. No worries. Would you

Re: FacetExample.py

2013-02-12 Thread Andi Vajda
On Tue, 12 Feb 2013, Andi Vajda wrote: Indeed. I reproduced that error here. A new method was added to the FieldCache.Parser interface. I added it to the classes missing it (rev 1445048). I then found that the test case from hell, TestSort.java, has majorly changed again and test_Sort.py

FacetExample.py

2013-02-10 Thread Andi Vajda
Hi Thomas, I'm working towards getting a PyLucene 4.1 release ready. All unit tests were ported to the new API and now I'm onto samples. The Lucene in Action samples are going to be dropped from the release as they're not currently supported or being rewritten by the original (or future)

Re: Using JCC from pure C++, patches

2013-02-05 Thread Andi Vajda
Nice to see that there are users using only the C++ side of things ! Thank you for your patches, I integrated them into rev 1442731. Some comments inline below. On Tue, 5 Feb 2013, Toivo Henningsson wrote: Hi! I've been using JCC to interact with Java code from C++ for a few weeks now. (no

Re: Error when java exception

2013-02-04 Thread Andi Vajda
On Mon, 4 Feb 2013, Andi Vajda wrote: On Mon, 4 Feb 2013, Petrus Hyvönen wrote: I have some strange error when an java exception occurs in the wrapped library 'orekit', the exception text is not printed and a python error NameError: global name 'StringWriter' is not defined occurs

Re: Error when java exception

2013-02-04 Thread Andi Vajda
On Mon, 4 Feb 2013, Petrus Hyvönen wrote: Hopefully fixed in rev 1442394. Petrus, please try it out and let me know if it's _really_ fixed. JCC my wrapped library rebuilt, old removed, my previously failed example works now as it should (reports the details of the exception). Many

Re: Please help building pylucene 3.6.2 on Solaris 11

2013-02-03 Thread Andi Vajda
Feuerstack wrote: Am 30.01.2013 17:31, schrieb Andi Vajda: Absolutely. If you want to contribute a patch with what you learned getting pylucene and jcc to run on your combination of compiler and operating system, by all means, send it in and I'll integrate it. well, anyway and after all, i found

Re: Please help building pylucene 3.6.2 on Solaris 11

2013-01-28 Thread Andi Vajda
On Jan 28, 2013, at 1:57, Thomas Feuerstack thomas.feuerst...@fernuni-hagen.de wrote: Hi, i would be glad if someone on this list could help me with building pylucene on Solaris 11. I've tried this on two different ways, which both ended in compiling errors. Therefore, i hope that

Re: How to send double array[][] from Python to Java with JCC?

2013-01-23 Thread Andi Vajda
. Andi.. 2013/1/21 Andi Vajda va...@apache.org: On Mon, 21 Jan 2013, Alexey Ryabukhin wrote: I have a function in java code that returns double array[][]. In python I have this: JArrayobject[Object: [D@11ba64d, Object: [D@14efcb0, Object: [D@432685, Object: [D@9609cc, Object: [D@5d62a4] Works fine

Re: How to send double array[][] from Python to Java with JCC?

2013-01-23 Thread Andi Vajda
() a.putArrayPixels(a.getArrayPixels(5,5)) Andi.. 2013/1/23 Andi Vajda va...@apache.org: On Mon, 21 Jan 2013, Alexey Ryabukhin wrote: Here is a Java part: public double[][] getArrayPixels() { double array[][] = new double[nx][ny]; int k = 0; for(int j = 0; j ny; j

Re: How to send double array[][] from Python to Java with JCC?

2013-01-21 Thread Andi Vajda
On Mon, 21 Jan 2013, Alexey Ryabukhin wrote: I have a function in java code that returns double array[][]. In python I have this: JArrayobject[Object: [D@11ba64d, Object: [D@14efcb0, Object: [D@432685, Object: [D@9609cc, Object: [D@5d62a4] Works fine. But when I put it back to java it shows

Re: MergeErrors and things that has nothing to do with the code.

2013-01-15 Thread Andi Vajda
On Jan 14, 2013, at 22:13, liling tan alvati...@gmail.com wrote: Dear Fellow pylucene dev, I've been using lucene (java v.3.0.1) without problems and my new project group requires me to code in python. So i've some questions about writers/readers/searchers/directories not closing after

Re: [VOTE] Release PyLucene 3.6.2

2013-01-04 Thread Andi Vajda
On Tue, 25 Dec 2012, Andi Vajda wrote: The PyLucene 3.6.2-1 release tracking the recent release of Apache Lucene 3.6.2 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen at: http://svn.apache.org

[ANNOUNCE] Apache PyLucene 3.6.2

2013-01-04 Thread Andi Vajda
I am pleased to announce the availability of Apache PyLucene 3.6.2. Apache PyLucene, a subproject of Apache Lucene, is a Python extension for accessing Apache Lucene Core. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with

Re: [VOTE] Release PyLucene 3.6.2

2013-01-02 Thread Andi Vajda
PyLucene 3.6.2 Hi, build succeeded on MacOS 10.8.2 with Python 2.7.2 and java 1.6.0_37. (= +1) I'm currently at home (xmas break) and don't have access to my Windows-build-environment, but can test on Win7 next week too. regards Thomas -- Am 26.12.2012 um 03:56 schrieb Andi Vajda va...@apache.org

Re: [VOTE] Release PyLucene 3.6.2

2012-12-26 Thread Andi Vajda
workflow). Andi.. On Tue, Dec 25, 2012 at 6:56 PM, Andi Vajda va...@apache.org wrote: The PyLucene 3.6.2-1 release tracking the recent release of Apache Lucene 3.6.2 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list of changes

[VOTE] Release PyLucene 3.6.2

2012-12-25 Thread Andi Vajda
The PyLucene 3.6.2-1 release tracking the recent release of Apache Lucene 3.6.2 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list of changes in this release can be seen at:

Re: Pylucene release

2012-11-29 Thread Andi Vajda
.. On 11/13/2012 02:18 PM, Andi Vajda wrote: Hi Shawn, On Tue, 13 Nov 2012, Shawn Grant wrote: Hi Andi, I was just wondering if Pylucene is on its usual schedule to release 4-6 weeks after Lucene. I didn't see any discussion of it on the mailing list or elsewhere. I'm looking

Re: AW: Pylucene release

2012-11-14 Thread Andi Vajda
are afraid to move forward to the new release and change our code base, but certainly that's just a matter of time ... Cheers, Thomas -Ursprüngliche Nachricht- Von: Andi Vajda [mailto:va...@apache.org] Gesendet: Dienstag, 13. November 2012 23:18 An: Shawn Grant Cc: pylucene-dev

Re: Pylucene release

2012-11-13 Thread Andi Vajda
Hi Shawn, On Tue, 13 Nov 2012, Shawn Grant wrote: Hi Andi, I was just wondering if Pylucene is on its usual schedule to release 4-6 weeks after Lucene. I didn't see any discussion of it on the mailing list or elsewhere. I'm looking forward to 4.0! Normally, PyLucene is released a few

Re: odd error; JCC bug?

2012-11-10 Thread Andi Vajda
On Thu, 1 Nov 2012, Bill Janssen wrote: I was trying to wrap the Java parts of JModelica. So, here's a cookbook to reproduce the problem: % svn checkout https://svn.jmodelica.org/tags/1.8 src % cd src/Compiler/ModelicaCompiler % setenv ANT_OPTS -Xmx1000m % ant % python -m jcc --jar

Re: odd error; JCC bug?

2012-11-01 Thread Andi Vajda
Hi Bill, On Thu, 1 Nov 2012, Bill Janssen wrote: I've installed JCC-2.14 in Python 2.7.3 on OS X Leopard with gcc-4.2, and I'm trying to wrap a library with % python -m jcc --jar ../bin/GoodStuff.jar --jar ../bin/MoreGoodStuff.jar --include ../bin/Prereqs.jar --python goodstuff --files 10

Re: building jcc

2012-10-19 Thread Andi Vajda
On Oct 19, 2012, at 1:50, Henk gordev...@gmail.com wrote: Hello, I am trying to build JCC on Linux Redhat 7.2 2.96-129.7.2. Installed JDK1.6.0_37, used setuptools.py (patched it) or PIP, and both with the same result. I doing this from a virtualenv. If that 2.96-129.7.2 version number

Re: building jcc

2012-10-19 Thread Andi Vajda
On Fri, 19 Oct 2012, Henk wrote: Thanks, Andi. My provider has an old version of Red Hat, that I cannot update. The GCC version is 3.4.6 20060404. I hope I can update the GCC. Updating the GCC from source is also not a simple procedure, it seems. Indeed and you're running a really old

[jira] [Resolved] (PYLUCENE-24) Shared JCC object on Linux requires setuptools patch

2012-10-10 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-24. Resolution: Fixed Thank you, Caleb, I applied your patch. I simplified the setup.py logic a bit

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

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

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

[jira] [Resolved] (PYLUCENE-23) OSError

2012-09-21 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-23. Resolution: Invalid please ask questions about build issues on the pylucene-dev@lucene.apache.org

Re: jar error while trying to build

2012-09-19 Thread Andi Vajda
to the variables for your OS. A sort of manual 'configure' step. Andi.. Thanks, Mohamed. On Wed, Sep 19, 2012 at 1:46 PM, Mohamed Lrhazi ml...@georgetown.edu wrote: On Wed, Sep 19, 2012 at 12:40 PM, Andi Vajda va...@apache.org wrote: Did you follow the instructions at the top of the Makefile

Re: jar error while trying to build

2012-09-18 Thread Andi Vajda
On Tue, 18 Sep 2012, Mohamed Lrhazi wrote: Hello, I am trying to build pylucene on a redhat ent 6.1. the make fails with an error pasted bellow. Any hints appreciated. Your Makefile seems to be broken in a way that --jar somewhere became just jar and it's downhill from there. jar

[ANNOUNCE] Apache PyLucene 3.6.1

2012-08-24 Thread Andi Vajda
I am pleased to announce the availability of Apache PyLucene 3.6.1. Apache PyLucene, a subproject of Apache Lucene, is a Python extension for accessing Apache Lucene Core. Its goal is to allow you to use Lucene's text indexing and searching capabilities from Python. It is API compatible with

Re: PyLucene 3.6 build on MacOS and PyLucene website

2012-08-23 Thread Andi Vajda
On Aug 23, 2012, at 8:07, Robert Muir rcm...@gmail.com wrote: On Thu, Aug 23, 2012 at 3:05 AM, Thomas Koch k...@orbiteam.de wrote: I want to have a look at the process and see how I can help, but can't promise anything right now. Won't have time until next week to give it a try, but will

Re: PyLucene 3.6 build on MacOS and PyLucene website

2012-08-23 Thread Andi Vajda
On Thu, 23 Aug 2012, Robert Muir wrote: On Thu, Aug 23, 2012 at 11:45 AM, Andi Vajda va...@apache.org wrote: Also, the jcc part of the site doesn't seem to be inheriting any of the css from the rest of the site. Do you have an example URL where this is a problem? Maybe its a browser

Re: PyLucene 3.6 build on MacOS and PyLucene website

2012-08-23 Thread Andi Vajda
On Thu, 23 Aug 2012, Robert Muir wrote: On Thu, Aug 23, 2012 at 12:51 PM, Andi Vajda va...@apache.org wrote: I can now retract my 'crying shame' comment on the site. A bunch of work is still needed but there is enough critical mass there to get the formatting correct proceeding by example

Re: [VOTE] Release PyLucene 3.6.1-2

2012-08-22 Thread Andi Vajda
On Thu, 23 Aug 2012, Christian Heimes wrote: Am 21.08.2012 07:14, schrieb Andi Vajda: Please vote to release these artifacts as PyLucene 3.6.1-2. -1, sorry :) test_ICUTransformFilter.py is segfaulting on my system. I haven't been able to get a sensible stack trace yet. I'm going

Re: Changing Python class/module layout, dropping --rename ?

2012-08-15 Thread Andi Vajda
uses from the current PyLucene jcc command line. Any objections, comments, suggestions ? Andi.. On Thu, 2 Aug 2012, Andi Vajda wrote: On Wed, 25 Jul 2012, Roman Chyla wrote: I am now using the --use_full_names and it works without greater problems, even against the latest lucene trunk

Re: PyLucene 3.6 build on MacOS and PyLucene website

2012-08-08 Thread Andi Vajda
Since the switch to the new Apache CMS, a year ago, the PyLucene website has been a shameful wreck. I don't have the spare cycles to spend the time to fix it. Call it an unfunded mandate (timewise). The good news is that anyone can actually fix it and send in patches to get applied to the

[jira] [Resolved] (PYLUCENE-20) Bug in cpp.py when importing shared module (splitting class name)

2012-07-31 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-20. Resolution: Fixed rev 1367482 Thank you for the patch. Bug in cpp.py when

Re: Changing Python class/module layout, dropping --rename ?

2012-07-19 Thread Andi Vajda
['org.apache.lucene'] module 'org.apache.lucene' (built-in) print sys.modules['org.apache.lucene.search'] module 'org.apache.lucene.search' (built-in) Cheers, roman On Fri, Jul 13, 2012 at 1:34 PM, Andi Vajda va...@apache.org wrote: On Jul 13, 2012, at 18:33, Roman Chyla roman.ch...@gmail.com

Re: Changing Python class/module layout, dropping --rename ?

2012-07-19 Thread Andi Vajda
.. roman On Thu, Jul 19, 2012 at 9:33 AM, Andi Vajda va...@apache.org wrote: On Fri, 13 Jul 2012, Roman Chyla wrote: Hi, I was playing with the idea of creating virtual packages, attached is a working script that illustrates it. I am getting this output: Dit it work? No, I haven't

Re: Changing Python class/module layout, dropping --rename ?

2012-07-13 Thread Andi Vajda
On Fri, Jul 13, 2012 at 11:47 AM, Andi Vajda va...@apache.org wrote: On Tue, 10 Jul 2012, Andi Vajda wrote: I would also like to propose a change, to allow for more flexible mechanism of generating Python class names. The patch doesn't change the default pylucene behaviour, but it gives people

Re: lucene4.0 release

2012-07-10 Thread Andi Vajda
Hi Roman, On Mon, 9 Jul 2012, Roman Chyla wrote: Thanks, I am attaching a new patch that adds the missing test base. Sorry for the tabs, I was probably messing around with a few editors (some of them not configured properly) I integrated your test class (renaming it to fit the naming

Re: lucene4.0 release

2012-07-10 Thread Andi Vajda
in fact yield a much more convenient solution. Thanks ! Andi.. I can confirm the test_test_BinaryDocument.py crashes the JVM no more. Roman On Tue, Jul 10, 2012 at 8:54 AM, Andi Vajda va...@apache.org wrote: Hi Roman, On Mon, 9 Jul 2012, Roman Chyla wrote: Thanks, I am attaching a new

Re: lucene4.0 release

2012-07-09 Thread Andi Vajda
java source) and it worked, it seems that changes inside lucene are not cause of this roman On Sat, Jul 7, 2012 at 11:35 AM, Andi Vajda va...@apache.org wrote: Hi Roman, On Fri, 6 Jul 2012, Roman Chyla wrote: I figured this is not complete for jira, retrying /w email... I integrated your

Re: lucene4.0 release

2012-07-07 Thread Andi Vajda
, 2012 at 1:55 PM, Andi Vajda va...@apache.org wrote: I think that the apache mail server is eating up the attachment. Try to make it a .diff file or attach the patch to a jira issue. Thanks ! Andi.. On Jul 6, 2012, at 18:54, Roman Chyla roman.ch...@gmail.com wrote: Attaching the patch

Re: lucene4.0 release

2012-07-05 Thread Andi Vajda
On Jul 6, 2012, at 0:27, Roman Chyla roman.ch...@gmail.com wrote: Lucene is 4.0 in alpha release and we would like to start working with pylucene4.0 already. I checked out the pylucene trunk and made the necessary changes so that it compiles. Would it be possible to incorporate (some of)

[jira] [Commented] (PYLUCENE-17) Possible race condition with pylucene attachCurrentThread

2012-06-25 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13400936#comment-13400936 ] Andi Vajda commented on PYLUCENE-17: The bug with initializeClass() is already fixed

[jira] [Commented] (PYLUCENE-17) Possible race condition with pylucene attachCurrentThread

2012-06-25 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13401049#comment-13401049 ] Andi Vajda commented on PYLUCENE-17: Ok, I missed that the problem is with the C

[jira] [Resolved] (PYLUCENE-17) Possible race condition with pylucene attachCurrentThread

2012-06-25 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-17. Resolution: Fixed fixed in rev 1353792. I ended up implementing something a bit simpler than

[jira] [Commented] (PYLUCENE-17) Possible race condition with pylucene attachCurrentThread

2012-06-24 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13400217#comment-13400217 ] Andi Vajda commented on PYLUCENE-17: Thank you for the patch(es). I think that your

[jira] [Commented] (PYLUCENE-17) Possible race condition with pylucene attachCurrentThread

2012-06-24 Thread Andi Vajda (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13400222#comment-13400222 ] Andi Vajda commented on PYLUCENE-17: That is true, the lock would have to be always

<    1   2   3   4   5   6   7   8   9   >