|
I'd like to add a (mild) sense of urgency to this:
While applications are expecting XML/XSLT parsers to be swapped, they are not expecting versions of BCEL to be swaped. Last I tried, placing the xalan.jar on the class path of Oracle's OC4J (a J2EE application server) bombed the entire server because of clashing BCEL versions. I've managed to force this to work by futzing with a custom build, but I think its safe to say that anyone running a framework that makes use of BCEL is essentially cut-off from this version of Xalan. Could this patch possibly be included in a dot release? Thanks Much! Comments from JIRA bug Triage on Febrary 7, 2006:
> Henry has looked at build issues before and will review. A simple repackaging would be great - no new release required (In my non-project-affiliated opinion). This issues pops up occasionally on the user's list and it is a very difficult error to track down.
I have reviewed and approve Sarah's patch.
Applied patch to source repository.
I've marked this bug as fixed, because I've applied the patch to the source repository, but I have not repackaged 2.7, because I don't personally have the resources at my disposal to do all the testing that would be necessary.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I inadvertently removed those tasks a while back thinking I was cleaning up the build file. The patch I've attached has
put them back in and the separatejars distribution should no longer pick up the XSLTC dependencies in the xalan.jar
once this patch is applied.