On Mon, 2006-03-13 at 15:07 -0500, [EMAIL PROTECTED] wrote: > OK, we tracked it down. The problem turned out to be in an ant task > performing a JSP compile. Here's the note from the developer who > found the problem: > > > The "Class org.apache.commons.logging.impl.Jdk14Logger does not implement > > Log." issue we ran into was that ant's classloader was corrupted by the > > JspC ant task of the version of Tomcat that we were using. > > > > This issue is more fully described in: > > http://issues.apache.org/bugzilla/show_bug.cgi?id=32330 > > > > Interestingly enough, using commons-logging 1.1-RC5 got us past the > > logging issues, although ant failed in other ways down the line. > > So... this may not be terribly relevant to this problem for other people, > but it was a surprising outcome for us.
or maybe it is... the 1.0.x series of releases are fragile. it was hard to know whether some of the reported problems were real or whether they were symptoms of other serious problems. looks like the 1.1 codebase is proving more robust and this should give use more information. thanks very much for looking into this for us :) - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
