Hi, As you may have seen from the commit email, I have created a branch "allow-flawed". This contains an attempt to implement "fallback" as described in this bugzilla entry: http://issues.apache.org/bugzilla/show_bug.cgi?id=34661
The code in this branch passes all unit tests, and 100% of the "demonstration" tests. It does have one TODO item in there to do with AccessController but that's not relevant for the moment. You can see the patch between this and the trunk via: proper=http://svn.apache.org/repos/asf/jakarta/commons/proper base=${proper}/logging/branches/allow-flawed # show all the files that changed between trunk and this branch # # Note that there appears to be a bug in subversion; it reports # a number of files as "R" (replaced) when they haven't been # touched..running a diff on them as shown below outputs nothing. svn log -v -r188671:HEAD ${base} # show the changes made on this branch for file Foo.java svn diff -r188671:HEAD ${base}/src/java/...../Foo.java The files that really have changed are: * LogFactoryImpl.java * test/.../UserClass.java * test/.../LoadTest.java Comments are welcome.... Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
