https://bz.apache.org/bugzilla/show_bug.cgi?id=69467
Bug ID: 69467 Summary: junit-noframe.xsl fails with "Reflexive calls" error with Saxon-HE Product: Ant Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2 Component: AntUnit Assignee: notifications@ant.apache.org Reporter: shitapa...@ptc.com Target Milestone: --- junit-noframes.xsl is using reflexive calls to a java method which is not supported with saxon-HE. It give error as [junitreport] Loading stylesheet junit-noframes.xsl [junitreport] junit-noframes.xsl:458:58: Fatal Error! Cannot find a 3-argument function named Q{xalan://java.lang.String}replaceAll(). Reflexive calls to Java methods are not available under saxon-HE With Saxon PE and EE it works. Use is limited in this xsl for replacing characters. May be other xsl files also might be using some java methods, those also needs to be updates. string:replaceAll -- You are receiving this mail because: You are the assignee for the bug.