Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 97982 invoked by uid 500); 18 Feb 2002 23:00:46 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 97973 invoked from network); 18 Feb 2002 23:00:45 -0000 Subject: ** Heads Up ** Jakarta Commons Logging API changes To: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: "Richard Sitze" Date: Mon, 18 Feb 2002 17:00:32 -0600 X-MIMETrack: Serialize by Router on D04NM201/04/M/IBM(Release 5.0.9 |November 16, 2001) at 02/18/2002 06:00:51 PM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Take care if you are making significant changes to the code-base tomorrow morning. I'm working with Rich Scheuerle to integrate the Log4J --> Jakarta Commons Logging API changes into AXIS. This will cover all AXIS java packages. I will update my code-tree in the morning, perform some final tests, and expect to drop everything into CMVC by NOON tomorrow. FYI, changes include the following: 1. log4j.properties: I renamed "A1" to "CONSOLE", and added a new appender named "LOGFILE". The CONSOLE appender will ignore logging below the FATAL threshold (consistent with original use). The LOGFILE appender is not used by default. If enabled, it captures INFO message or higher. The properties file can now be easily modified to capture DEBUG messages (change INFO to DEBUG) to a file without dumping EVERYTHING to the console... 2. attachments/MimeUtils.java: minor changes to comments that allowed Rational Rose to reverse engineer this file... 3. New file TestSrcContent.java. This is a generic test tool that looks for strings to "avoid" in the content of the source tree. It is based on TestMessages.java. Currently it only checks for "org.apache.log4j" (which covers imports or other references to the package or classes in the package). In the future we might consider adding "System.out.println" to that... ******************************************* Richard A. Sitze rsitze@us.ibm.com CORBA Interoperability & WebServices IBM WebSphere Development