On Mon, 9 Jun 2003, Heydtmann, Dirk [ITS] wrote: > Date: Mon, 9 Jun 2003 19:30:20 -0500 > From: "Heydtmann, Dirk [ITS]" <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: "Raible, Matt" <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > Subject: RE: commons-logging problem in 1.1 RC2 > > Yes, just came across the same problem. What ships with Struts 1.1 RC2 looks like > commons-logging 1.03 minus the Log4J adapters. I did a binary diff of all the > commons jars as released in Struts 1.1 RC2 against the latest released versions of > the commons projects. Everything checked out OK except commons-logging. > > Tres bizarre... >
The commons-logging build environment conditionally compiles the adaptors, so if whoever built it did not have the correct properties set for their environment it would have skipped the Log4J stuff. > Dirk Heydtmann > Craig > -----Original Message----- > From: Raible, Matt [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 17:10 > To: 'Struts Users Mailing List'; [EMAIL PROTECTED] > Subject: commons-logging problem in 1.1 RC2 > > I found that this release candidate has a (seemingly) bad > commons-logging.jar. > > I have a nightly build of Struts (20030326) and it's commons-logging.jar is > 31K. The one shipped with 1.1 RC2 is only 22K and none of my JUnit tests > emit any log messages. If I replace 1.1 RC2's commons-logging.jar with the > one that's 31K, everything works as expected. > > Looks like the following files are missing: > > Log4jCategoryLog.class > Log4jFactory.class > Log4JLogger.class > LogKitLogger.class > > package.html > > Here's a screenshot of the diff between the two: http://tinyurl.com/dvtw > > Is this "as designed?" > > Thanks, > > Matt > > > -----Original Message----- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2003 1:29 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: [ANNOUNCEMENT] Struts 1.1 Release Candidate 2 released > > > The Struts team is proud to announce the release of Struts 1.1 Release > Candidate 2. This release includes some new functionality, but mostly just > fixes for a number of bugs which were reported against earlier versions. > The Struts Team believes that this release is ready for prime time, hence > its designation as a release candidate. > > The binary distribution is available at: > > http://www.apache.org/dist/jakarta/struts/binaries/ > > and the source distribution is available at: > > http://www.apache.org/dist/jakarta/struts/source/ > > In addition, the library distribution, which contains updated binaries > without the sample applications, is available at: > > http://www.apache.org/dist/jakarta/struts/library/ > > Details of the changes in this release are available in the Release Notes, > which can be found here: > > http://jakarta.apache.org/struts/userGuide/release-notes-1.1-rc2.html > > Special thanks to Ted Husted for his help in preparing this release. > > -- > Martin Cooper > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
