On Sun, 6 May 2012, Christian Heimes wrote:
Am 05.05.2012 23:52, schrieb Andi Vajda:
Right. The Lucene error should be clear enough but adding a make target could
help. How to communicate that target, though ?
You could either ship ivy with PyLucene and add it to the classpath or
add this line to the Makefile:
ant ivy-fail || ant ivy-bootstrap
It automatically downloads and install ivy when it's not found.
Cool. I inserted that into the Makefile and rolled a 3.6.0-2 release
candidate.
Thanks !
Andi..