Dave, XSLTC 2.5.2 uses BCEL 5.0, and that is the version that is bundled. We haven't done any testing with BCEL 5.1, but I don't know of any reason why it shouldn't work.
If you're not using XSLTC, you could build a jar with Xalan interpretive only (not BCEL, JLEX, etc.), otherwise you can try doing what you suggest. Let us know if you do or do not find problems; it would be useful information either way. Thanks. -- Santiago On Fri, 2003-11-07 at 14:24, Dave O'Hair wrote: > 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. > >
