Could you provide your test case code as well as the full stack trace
of the error you're receiving?
Erik
On Apr 2, 2005, at 9:13 AM, Gusenbauer Stefan wrote:
I'm writing a little application and therefore I've implemented unit
tests. There i've a method to test my removeindex method, the problem
is can't delete the cfs file. When i try to delete it manually it
works. But within the tests the method cannot delete this file. I've
searched through my code but IndexWriter is always closed. I've read
in another java forum that it is possible that are streams on this
file open. Is it possible to tell lucene or better to force lucene,
that it should close all streams. segments and deleteable i can delete
without any problems. I've also tried to force unlock but this makes
no changes to the result.
thanks
stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]