Robert Muir wrote:
On Mon, Apr 12, 2010 at 5:15 AM, Paolo Castagna <
castagna.li...@googlemail.com> wrote:
For Lucene, I needed two more jars from Ant project:
- ant-1.7.1.jar
- ant-junit-1.7.1.jar
Paolo, I put these in the lib directory now, to hopefully make IDE
configuration easier.
Thanks Robert.
It's only one single class in the Lucene test suite actually needing
those jars: LuceneJUnitResultFormatter.
I do not normally tinker with Ant and JUnitResultSetFormatter in my
tests, so I do have any suggestion.
But, if someone look at LuceneJUnitResultFormatter the two jars above
could go. As it is right now, they are necessary in order to run the
Lucene test suite from within Eclipse.
Paolo