Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
PyLucene, mail # dev - issue with automatic iterable detection?


Copy link to this message
-
Re: issue with automatic iterable detection?
Bill Janssen 2011-02-27, 18:08
Andi Vajda <[EMAIL PROTECTED]> wrote:

> It may be simplest if you can send me the source file for this class
> as well as a small jar file I can use to reproduce this ?

Turns out to be simple to reproduce.  Put the attached in a file called
test.java, and run this sequence:

% javac -classpath . test.java
% jar cf test.jar *.class
% python -m jcc.__main__ --python test --shared --jar /tmp/test.jar --build --vmarg -Djava.awt.headless=true

Bill