Antonio Gallardo <agallardo <at> agssa.net> writes: > Looking inside the current xalan.jar in the CVS there is still the code of > jakarta-regexp: http://jakarta.apache.org/regexp/index.html
Yes, Stephan only has removed BCEL stuff from it. Therefore I recommended to use target "unbundledjar" as this builds a clean jar. Unfortunately this breaks XSLTC as Java CUP Runtime classes are missing. Now we can add this JAR (http://www.cs.princeton.edu/~appel/modern/java/CUP) ourselves or modify the Xalan build system locally: There is a target "xsltc.copy-deps-jars" where I uncommented the antcall to target "xsltc.copy-deps-jar" for bcel and regexp. This jar is now working for me. I will commit it. Joerg
