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

Reply via email to