Lucene (4.0), junit, failed to delete _0_nrm.cfs

2012-12-09 Thread Clemens Wyss DEV
I am (also) running lucene unit tests. In the teardown-method(@After) I (try to) delete the complete directory-folder. Unfortunately this does not always work. If not, the file _0_nrm.cfs (or _0.fdx) is the first to cause problems, i.e. is being locked... I do explicitly close the

Re: Lucene (4.0), junit, failed to delete _0_nrm.cfs

2012-12-09 Thread Michael McCandless
Can you post the source code for your test case? Mike McCandless http://blog.mikemccandless.com On Sun, Dec 9, 2012 at 11:45 AM, Clemens Wyss DEV clemens...@mysign.ch wrote: I am (also) running lucene unit tests. In the teardown-method(@After) I (try to) delete the complete

AW: Lucene (4.0), junit, failed to delete _0_nrm.cfs

2012-12-09 Thread Clemens Wyss DEV
@lucene.apache.org Betreff: Re: Lucene (4.0), junit, failed to delete _0_nrm.cfs Can you post the source code for your test case? Mike McCandless http://blog.mikemccandless.com On Sun, Dec 9, 2012 at 11:45 AM, Clemens Wyss DEV clemens...@mysign.ch wrote: I am (also) running lucene unit tests

Re: Lucene (4.0), junit, failed to delete _0_nrm.cfs

2012-12-09 Thread Robert Muir
@lucene.apache.org Betreff: Re: Lucene (4.0), junit, failed to delete _0_nrm.cfs Can you post the source code for your test case? Mike McCandless http://blog.mikemccandless.com On Sun, Dec 9, 2012 at 11:45 AM, Clemens Wyss DEV clemens...@mysign.ch wrote: I am (also) running lucene unit tests

AW: Lucene (4.0), junit, failed to delete _0_nrm.cfs

2012-12-09 Thread Clemens Wyss DEV
Thanks for the advise. I'll gibe it a try -Ursprüngliche Nachricht- Von: Robert Muir [mailto:rcm...@gmail.com] Gesendet: Sonntag, 9. Dezember 2012 18:32 An: java-user@lucene.apache.org Betreff: Re: Lucene (4.0), junit, failed to delete _0_nrm.cfs Maybe get lucene-test-framework.jar