Just downloaded the latest xalan 2.5.2. The xalan.jar includes some org.apache.bcel classes, but seemingly not the complete, latest version of BCEL (5.1). Specifically, the following things are missing:
class: org.apache.bcel.util.Repository (although org.apache.bcel.Repository is there) class: org.apache.bcel.util.SyntheticRepository method: org.apache.bcel.Repository.getRepository() Which are all included in the bcel-5.1.jar. What version of BCEL went into xalan 2.5.2? Is it valid to pull the BCEL classes out of xalan.jar and load them from bcel-5.1.jar instead? The project I am working on has xalan.jar in jre/lib/endorsed.
