diff --git a/docs/manual/OptionalTasks/junitreport.html b/docs/manual/OptionalTasks/junitreport.html index 435dc90b4..696836ec0 100644 --- a/docs/manual/OptionalTasks/junitreport.html +++ b/docs/manual/OptionalTasks/junitreport.html @@ -10,8 +10,11 @@ Merge the individual XML files generated by the JUnit task and eventually apply a stylesheet on the resulting merged document to provide a browsable report of the testcases results.
You need Xalan 1 to use this -task or use the Xalan1 compatibility jar of Xalan2.
+The task will run with either Xalan 2.x +or Xalan 1.2.2. +
+Note:For a framed format Xalan 1.2.2 will need Xerces(xerces.jar) as well as BSF(bsf.jar) +that can be found in the distribution archive.
styledir | The directory where the stylesheets are defined. They must
be conforming to the following conventions:
- For the noframes format, only the stylesheet overview-summary.xsl is - used. -For the frames format, the result will be javadoc-like. List of package - will be in top left frame, the list of classes in bottom left frame and - the details/summary in the main window. It uses the following XSLs:
|
No. Default to embedded stylesheets. | @@ -93,12 +72,6 @@ element. transformation should be written to.No. Default to current directory |
extension | -The extension of the generated files, they must include the - dot (ex: .html) | -No. Default to .html | -