The ant clean target in log4j 1.2.15 doesn't clean the tests/ subdir. That can be a problem because the tests classes may have values from an old build of the main classes baked in, through inlining of static final values and other stuff. Would be nice if ant clean also cleaned the tests subdir too.
The
ant clean
target in log4j 1.2.15 doesn't clean the tests/ subdir. That can be a problem because the tests classes may have values from an old build of the main classes baked in, through inlining ofstatic final
values and other stuff. Would be nice ifant clean
also cleaned the tests subdir too.Looks like it's already doing so in log4j 1.2.17.
Follows up https://github.com/janklab/slf4m-jankalog/issues/4. Follows up janklab/slf4m-jankalog#4.