Author: antoine Date: Wed Jul 12 12:05:29 2006 New Revision: 421372 URL: http://svn.apache.org/viewvc?rev=421372&view=rev Log: Bugzilla 40021, contribution of Ivan Ivanov.
Modified: ant/core/trunk/docs/manual/OptionalTasks/junitreport.html Modified: ant/core/trunk/docs/manual/OptionalTasks/junitreport.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/junitreport.html?rev=421372&r1=421371&r2=421372&view=diff ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/junitreport.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/junitreport.html Wed Jul 12 12:05:29 2006 @@ -95,6 +95,14 @@ <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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]