FileOutputTest was failing for me last week and I thought I fixed it. But it was failing because the file was empty, not because it couldn’t be deleted. I guess you must be running on Windows?
Ralph On May 3, 2014, at 8:44 AM, Remko Popma <remko.po...@gmail.com> wrote: > When I run mvn clean install, I get this problem: > > Failed tests: > FileOutputTest.testConfig Could not delete target\status.log, last modifed > 14/05/04 0:27 > > FileOutputTest has a "CleanFiles" rule that seems to fail: > public RuleChain rules = RuleChain.outerRule(new > CleanFiles(STATUS_LOG)).around(new InitialLoggerContext(CONFIG)); > > How do I fix this? > > Remko --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org