Browse Source

Bugzilla 40021, contribution of Ivan Ivanov.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421372 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
e264aff93b
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      docs/manual/OptionalTasks/junitreport.html

+ 8
- 0
docs/manual/OptionalTasks/junitreport.html View File

@@ -95,6 +95,14 @@ element.</p>
<td align="center" valign="top">No. Default to current directory</td>
</tr>
</table>
<p> Ant assumes the following concerning the <tt>frames</tt> and <tt>noframes</tt> formats :</p>
<p>The <tt>frames</tt> format uses
a stylesheet which is generating output <em>only</em> by redirecting.</p>
<p>The
<tt>noframes</tt> format does not use redirecting and generates one
file called <tt>junit-noframes.html</tt>.</p>
<p>Custom versions of <tt>junit-frames.xsl</tt> or <tt>junit-noframes.xsl</tt> must adhere to the above conventions.</p>

<h3>Nested Element of the report tag</h3>
<h4>param</h4>
<em>Since Ant 1.7</em>the report tag supports nested param tags.


Loading…
Cancel
Save