Re: Loading Java class dynamically fails

2010-11-04 Thread Atsuo Ishimoto
VM ? > > If you'd like to propose a patch that would be welcome. > > Andi.. -- Atsuo Ishimoto Mail: ishim...@gembook.org Blog: http://d.hatena.ne.jp/atsuoishimoto/ Twitter: atsuoishimoto

Loading Java class dynamically fails

2010-11-04 Thread Atsuo Ishimoto
sloader = thread.getContextClassLoader() print clsloader # prints None threading.Thread(target=f).start() This script print None as the context class loader. I can call thread.setContextClassLoader() manually, but it might be useful if jcc's attachCurrentThread() does it. Thoughts? -- Atsuo Ish

Re: Building Apache Tika module

2009-12-03 Thread Atsuo Ishimoto
rated and I stupidly assumed JCC automagically generated org.xml.sax.ContentHandler for me too. Thanks for your help. -- Atsuo Ishimoto Mail: ishim...@gembook.org Blog: http://d.hatena.ne.jp/atsuoishimoto/ Twitter: atsuoishimoto

Building Apache Tika module

2009-12-03 Thread Atsuo Ishimoto
ndler, Metadata metadata, ParseContext context) throws IOException, SAXException, TikaException { ... } How can I generate Tika library? Regards, -- Atsuo Ishimoto Mail: ishim...@gembook.org Blog: http://d.hatena.ne.jp/atsuoishimoto/ Twitter: atsuoishimoto

Re: [VOTE] Release PyLucene 3.0.0-1 (rc2)

2009-12-01 Thread Atsuo Ishimoto
Hi, On Mon, Nov 30, 2009 at 9:02 AM, Andi Vajda wrote: > Please vote to release these artifacts as PyLucene 3.0.0-1. > I tested on Windows Vista/XP, Python 2.6.4, jdk1.6.0_16. My application runs just fine. So +1 from me too. -- Atsuo Ishimoto Mail: ishim...@gembook.org Blog

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-29 Thread Atsuo Ishimoto
Sorry, I failed to attach the patch. On Sun, Nov 29, 2009 at 11:34 PM, Atsuo Ishimoto wrote: > Hi Andi, > > On Fri, Nov 27, 2009 at 7:05 AM, Andi Vajda wrote: >> >> With the recent release of Java Lucene 3.0.0, a PyLucene 3.0.0-1 release >> closely tracking it is read

Re: [VOTE] Release PyLucene 3.0.0-1

2009-11-29 Thread Atsuo Ishimoto
h, all tests are finished successfully. -- Atsuo Ishimoto Mail: ishim...@gembook.org Blog: http://d.hatena.ne.jp/atsuoishimoto/ Twitter: atsuoishimoto

Re: PyLucene 2.9.0 sources available for testing

2009-10-01 Thread Atsuo Ishimoto
1.6.0_16. Regards, ---- Atsuo Ishimoto ishim...@gembook.org