ppkarwasz commented on issue #2179: URL: https://github.com/apache/logging-log4j2/issues/2179#issuecomment-1886706915
@riwarek, I can not reproduce the issue. I created a `2179_log4j_3.x` in [copernik-eu/bug-reproducibility/eclipse-jar-in-jar](https://github.com/copernik-eu/bug-reproducibility/tree/2179_log4j_3.x/eclipse-jar-in-jar) with a sample project. It works both from Maven and Eclipse. I think Eclipse might be messing with the `RsrcClasspath`. You have: ``` Rsrc-Class-Path: ./ lib/log4j/log4j-api-3.0.-beta1.jar lib/log4j/log4j-core-3.0.-beta1.jar lib/log4j/log4j-plugins-3.0.-beta1.jar lib/jdatepicker-1.3.4.jar ``` whereas it should be: ``` Rsrc-Class-Path: ./ log4j-api-3.0.-beta1.jar log4j-core-3.0.-beta1.jar log4j-plugins-3.0.-beta1.jar jdatepicker-1.3.4.jar ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
