Re: Lucene Eclipse project files (Was: Re: Eclipse project files...)

2010-04-16 Thread Paolo Castagna
Robert Muir wrote: Do you use Eclipse for development? I do, i generally don't run tests from it though. Ack. I do not understand who is supposed to create the index directory... I do not see it in the build.xml :-/ Believe it or not, there are some oddities about these benchm

Re: Lucene Eclipse project files (Was: Re: Eclipse project files...)

2010-04-16 Thread Paolo Castagna
Robert Muir wrote: Do you use Eclipse for development? I do, i generally don't run tests from it though. Ack. I do not understand who is supposed to create the index directory... I do not see it in the build.xml :-/ Believe it or not, there are some oddities about these benchm

Re: Lucene Eclipse project files (Was: Re: Eclipse project files...)

2010-04-16 Thread Paolo Castagna
Robert Muir wrote: I actually run all the tests from ant... Having Ant as the "authoritative" source of information for the build, tests, packaging is good. But, being able to quickly run some or all the JUnit tests from Eclipse and if there are failures double click to point at the code it's

Re: Lucene Eclipse project files (Was: Re: Eclipse project files...)

2010-04-16 Thread Paolo Castagna
Robert Muir wrote: The Collation failure is because its "CollationTestBase" should really be abstract... I'll fix this one and see if theres any others here we can make easier. Good, thanks. :-) Paolo - To unsubscribe, e-mai

Lucene Eclipse project files (Was: Re: Eclipse project files...)

2010-04-16 Thread Paolo Castagna
Paolo Castagna wrote: 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 ma