Re: Variables in .classpath for selecting log4j Framework?

2023-05-22 Thread Ricardo Parada via Webobjects-dev
We are using ant. And yes I kicked out the JavaXML framework. I added some jars to ERJars/Libraries to get ERExtensions to compile. I wrote a little script using the find and sed Unix commands that replace the framework in all the .classpath files. Thank you Ricardo Parada > On May 22, 2

Re: Variables in .classpath for selecting log4j Framework?

2023-05-22 Thread Michael Schmiedgen via Webobjects-dev
Hi, I recommend dropping the XML framework, its an old pile of s**t. We have done that for years. I think it is mostly needed for WS. You can replace it with latest Axis1 and dependencies [1][2]. [1] https://github.com/apache/axis-axis1-java [2] javax.activation 1.1.1, javax.mail 1.4.7, javax.se

Re: Variables in .classpath for selecting log4j Framework?

2023-05-22 Thread René Bock via Webobjects-dev
Hi Ricardo, are you using ant or maven for building? Keep in mind, that a very old version of log4j1 is bundled in the JavaXML framework. So you have to kick out this framework in order to get completely rid of log4j1 Am 20.05.2023 um 01:00 schrieb Ricardo Parada via Webobjects-dev : Hi e