Does anyone disagree with my change to make the test target fail if any of the unit tests fail? (I sure hope not! :)
What does it mean for the test target to fail? Exit and stop executing the remaining tests as soon as one of the tests fails? If that's the change, I'm not in favour of it, as I like to see all tests finish.
Try it and see!
It runs all tests, then fails (notice you have to set haltonfailure="off" and then use <fail> later to make this happen).
TestIndexReader - what's up with these failures?
The two tests demonstrate an old concurrency bug that a recent patch from Christoph Goller took care of. You need to get the latest Lucene from CVS, and use the Jar from that.
I'm constantly updating and am completely current - these tests fail for me still. As for using the JAR, huh? The tests do not depend on the JAR being made, just compilation of .class files.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]