
22 Jul
2008
22 Jul
'08
2:21 p.m.
While testing I ran into a problem with TimeBasedRollingTest. It got an EOFException. I couldn't reproduce it by running the test individually, but while doing that I noticed that the test is creating files in src/test/output. Why is it doing that? That is very bad form, especially since the files are not deleted by doing a mvn clean. These should be somewhere under the target directory. Ralph