ppkarwasz commented on issue #2179: URL: https://github.com/apache/logging-log4j2/issues/2179#issuecomment-1886911419
@riwarek, You have a typo in your script: ```xml <attribute name="Rsrc-Class-Path" value="./ 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" /> ``` should be: ```xml <attribute name="Rsrc-Class-Path" value="./ lib/log4j/log4j-api-3.0.0-beta1.jar lib/log4j/log4j-core-3.0.0-beta1.jar lib/log4j/log4j-plugins-3.0.0-beta1.jar lib/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]
