mkortkamp / trolcommander

Fork of muCommander file manager
GNU General Public License v3.0
0 stars 0 forks source link

bug: slf4j bridges not used #21

Closed mkortkamp closed 8 years ago

mkortkamp commented 8 years ago

j-ftp has bundled versions of log4j and commons-logging therefore the alsf4j bridges aren't used when loggers are first found in j-ftp by classloader

mkortkamp commented 8 years ago

problem actually accurs with log4j when logging jediterm errors

mkortkamp commented 8 years ago

same with commons-codec

mkortkamp commented 8 years ago

bundled commons-httpclient has different package name than mucommander version -> not fine but save

mkortkamp commented 8 years ago
mkortkamp commented 8 years ago

todo: check ant build bundles the new jar (might be hardcoded to take the old one)

mkortkamp commented 8 years ago

ant uses runtime lib dir recursiively for compiling and packaging