Re: [log4cxx] XML configuration with compression

2021-04-17 Thread Robert Middleton
So there is apparently a difference between having your config appender being org.apache.log4j.rolling.RollingFileAppender vs. org.apache.log4j.RollingFileAppender. The second one(which doesn't have the extra 'rolling' in its namespace) will only be activated if you have /exactly/ the following

Re: Javac/Maven issues issues

2021-04-17 Thread Ralph Goers
Sorry, I should have added that I am sure I can work around the issues listed below but it is going to make the build uglier than it should be. Ralph > On Apr 17, 2021, at 3:56 PM, Ralph Goers wrote: > > I have created a module-info.java file and added it to the project. I then > ran mvn

Javac/Maven issues issues

2021-04-17 Thread Ralph Goers
I have created a module-info.java file and added it to the project. I then ran mvn clean install in log4j-core. I expected it to have problems but not these. 1. Activator.java is getting an error saying it can’t find the Log4jPlugins class. However, after the compile fails you can clearly see

Re: [log4cxx] Release Prep

2021-04-17 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Samstag, 17. April 2021 um 02:09 schrieben Sie: > If you're able to test the PR that I just did, that would be helpful: > https://github.com/apache/logging-log4cxx/pull/63 Stephen, you can't be chosen for review in GitHub, the dialog simply doesnm't find you, even

Re: [log4cxx] XML configuration with compression

2021-04-17 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Samstag, 17. April 2021 um 04:31 schrieben Sie: > Does anybody happen to have a known good XML file for rollover with > compression? I'm working on LOGCXX-523 and I'm trying to configure > the XML file to gzip the files when rolling over, but I can't get it > to