stevel 2002/06/23 00:27:35
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH jpcoverage.html
Log:
I'm not sure I fully understand the function of the enabled tag, because it
not a simple 'use this filter' if enabled=true thing, the enabled flag becomes
part of the argument to jprobe. Someone who knows the task will need to correct
the docs.
As an aside, ant:tdg does list this flag, so they did look at the code in
places after all, just never bothered to file a bugrep when they found
something missing. Sigh. They just never looked at EchoTask :)
Revision Changes Path
No revision
No revision
1.5.2.4 +8 -3 jakarta-ant/docs/manual/OptionalTasks/jpcoverage.html
Index: jpcoverage.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/jpcoverage.html,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -r1.5.2.3 -r1.5.2.4
--- jpcoverage.html 23 Jun 2002 06:09:18 -0000 1.5.2.3
+++ jpcoverage.html 23 Jun 2002 07:27:35 -0000 1.5.2.4
@@ -207,7 +207,7 @@
</tr>
<tr>
<td valign="top">defaultexclude</td>
- <td valign="top">As a default, the coverage exclude all classes and
methods.
+ <td valign="top">As a default, the coverage excludes all classes and
methods.
Default filters are equivalent to
<pre>
<filters>
@@ -232,12 +232,17 @@
<tr>
<td valign="top">class</td>
<td valign="top">The class mask as a simple regular expression</td>
- <td align="center">No, default to *</td>
+ <td align="center">No, defaults to "*"</td>
</tr>
<tr>
<td valign="top">method</td>
<td valign="top">The method mask as a simple regular expression</td>
- <td align="center">No, default to *</td>
+ <td align="center">No, defaults to "*"</td>
+ </tr>
+ <tr>
+ <td valign="top">enabled</td>
+ <td valign="top">is the filter enabled?</td>
+ <td align="center">No, defaults to true</td>
</tr>
</table>
</blockquote>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>