You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2006/08/21 06:11:50 UTC

svn commit: r433145 - in /ant/antlibs/antunit/trunk/docs: antunit.html xmllistener.html

Author: bodewig
Date: Sun Aug 20 21:11:49 2006
New Revision: 433145

URL: http://svn.apache.org/viewvc?rev=433145&view=rev
Log:
add documentation

Added:
    ant/antlibs/antunit/trunk/docs/xmllistener.html
      - copied, changed from r432741, ant/antlibs/antunit/trunk/docs/plainlistener.html
Modified:
    ant/antlibs/antunit/trunk/docs/antunit.html

Modified: ant/antlibs/antunit/trunk/docs/antunit.html
URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/antunit.html?rev=433145&r1=433144&r2=433145&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/docs/antunit.html (original)
+++ ant/antlibs/antunit/trunk/docs/antunit.html Sun Aug 20 21:11:49 2006
@@ -127,10 +127,12 @@
 
     <p>Creates a test listener that gets attached to the task.</p>
 
-    <p>The only listener that is part of this antlib is <a
-    href="plainlistener.html">&lt;plainlistener/&gt;</a> this one
+    <p>Two listeners are part of this antlib <a
+    href="plainlistener.html">&lt;plainlistener/&gt;</a> which
     creates reports similar to the "plain" &lt;formatter&gt; of the
-    &lt;junit&gt; task.</p>
+    &lt;junit&gt; task and <a
+    href="xmllistener.html">&lt;xmllistener/&gt;</a> which is similar
+    to the "xml" &lt;formatter&gt;.</p>
 
     <h4>propertyset</h4>
 

Copied: ant/antlibs/antunit/trunk/docs/xmllistener.html (from r432741, ant/antlibs/antunit/trunk/docs/plainlistener.html)
URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/xmllistener.html?p2=ant/antlibs/antunit/trunk/docs/xmllistener.html&p1=ant/antlibs/antunit/trunk/docs/plainlistener.html&r1=432741&r2=433145&rev=433145&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/docs/plainlistener.html (original)
+++ ant/antlibs/antunit/trunk/docs/xmllistener.html Sun Aug 20 21:11:49 2006
@@ -19,15 +19,17 @@
 <html>
   <head>
     <meta http-equiv="Content-Language" content="en-us"></meta>
-    <title>PlainListener AntUnit Listener</title>
+    <title>XMLListener AntUnit Listener</title>
   </head>
 
   <body>
-    <h2><a name="plainlistener">Plain AntUnit Listener</a></h2>
+    <h2><a name="xmllistener">XML AntUnit Listener</a></h2>
 
     <h3>Description</h3>
 
-    <p>Writes reports similar to the "plain" JUnit formatter.</p>
+    <p>Writes reports similar to the "xml" JUnit formatter.  Some
+    information that appears as attributes for the JUnit formatter has
+    been turned into elements to allow streaming of the report.</p>
 
     <h3>Parameters</h3>
     <table border="1" cellpadding="2" cellspacing="0">
@@ -35,13 +37,6 @@
         <td valign="top"><b>Attribute</b></td>
         <td valign="top"><b>Description</b></td>
         <td align="center" valign="top"><b>Required</b></td>
-      </tr>
-      <tr>
-        <td valign="top">sendLogTo</td>
-        <td valign="top">Where the output will be written to.  Valid
-            values are "ant" for Ant's logging system, "file" for a
-            file and "both" for either of both.  Defaults to "ant".</td>
-        <td align="center">No.</td>
       </tr>
       <tr>
         <td valign="top">toDir</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org