I have a pressing need to integrate log4j into jdk 1.1, meaning that I need the source code to be compiled along with the rest of the system. (Setting a classpath or Including the precompiled class files is not an option, unfortunately.) I have been tinkering with surgically removing any java 1.1-incompatible parts, but with not a whole lot of luck - it seems that some classes are offensive to the java compiler but are required for its operation. Does anyone have a shortcut to make this work? Perhaps, a scaled-down version of log4j that I can build with java 1.1? Thanks.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>