janklab / slf4m-jankalog

Modified forks of FLOSS logging libraries to support SLF4M
Other
0 stars 0 forks source link

log4j 1.2.15: have `ant clean` also clean the tests/ subdir #3

Open apjanke opened 2 years ago

apjanke commented 2 years ago

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.

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.