I'm getting a NoSucheMethod error in the AppenderSkeleton class. From what I saw, it looked like they were trying to develop log4j 1.3 so that it is compatible with jdk 1.3. The main issue it seemed with jdk 1.3 and 1.4 is that 1.3 did not have an xml parser built in so you needed to add a third party library to do that. Is there something I'm missing to have log4j 1.3 work with jdk 1.3?
Minho Cho