From e264aff93b5e3efa467168001f92ade3379b5caf Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 12 Jul 2006 19:05:29 +0000 Subject: [PATCH] Bugzilla 40021, contribution of Ivan Ivanov. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@421372 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/junitreport.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/OptionalTasks/junitreport.html b/docs/manual/OptionalTasks/junitreport.html index f632c04a2..cde844e8e 100644 --- a/docs/manual/OptionalTasks/junitreport.html +++ b/docs/manual/OptionalTasks/junitreport.html @@ -95,6 +95,14 @@ element.

No. Default to current directory +

Ant assumes the following concerning the frames and noframes formats :

+

The frames format uses +a stylesheet which is generating output only by redirecting.

+

The +noframes format does not use redirecting and generates one +file called junit-noframes.html.

+

Custom versions of junit-frames.xsl or junit-noframes.xsl must adhere to the above conventions.

+

Nested Element of the report tag

param

Since Ant 1.7the report tag supports nested param tags.