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