https://bz.apache.org/bugzilla/show_bug.cgi?id=69467
--- Comment #7 from Stefan Bodewig <[email protected]> --- You may need to tell <junitreport> you are using Saxon for this to work, it woll not work simply by having Saxon on the classpath. Something like <junitreport ....> <factory name="net.sf.saxon.TransformerFactoryImpl"/> </junitreport> see https://ant.apache.org/manual/Tasks/style.html#factory and the documentation of junitreport. -- You are receiving this mail because: You are the assignee for the bug.
