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