This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new 8665d9620 "record" task manual - remove notes about potential future 
enhancements that we never implemented
8665d9620 is described below

commit 8665d9620665f535e2feabe33937404e34776c82
Author: Jaikiran Pai <[email protected]>
AuthorDate: Sat Jul 25 23:12:03 2026 +0530

    "record" task manual - remove notes about potential future enhancements 
that we never implemented
---
 manual/Tasks/recorder.html | 45 ---------------------------------------------
 1 file changed, 45 deletions(-)

diff --git a/manual/Tasks/recorder.html b/manual/Tasks/recorder.html
index f65e66a05..d0f4c37d0 100644
--- a/manual/Tasks/recorder.html
+++ b/manual/Tasks/recorder.html
@@ -105,50 +105,5 @@ <h3>Examples</h3>
     ...
 </pre>
 
-<h3>Notes</h3>
-<p>There is some functionality that I would like to be able to add in the 
future.  They include
-things like the following:</p>
-<table class="attr">
-  <tr>
-    <th scope="col">Attribute</th>
-    <th scope="col">Description</th>
-    <th scope="col">Required</th>
-  </tr>
-  <tr>
-    <td>listener</td>
-    <td>A classname of a build listener to use from this point on instead of 
the default
-      listener.</td>
-    <td>No</td>
-  </tr>
-  <tr>
-    <td>includetarget</td>
-    <td rowspan="2">A comma-separated list of targets to automatically record. 
 If this value
-      is <q>all</q>, then all targets are recorded.</td>
-    <td>No; default is <q>all</q></td>
-  </tr>
-  <tr>
-    <td>excludetarget</td>
-    <td>No</td>
-  </tr>
-  <tr>
-    <td>includetask</td>
-    <td rowspan="2">A comma-separated list of tasks to automatically record or 
not.  This could be
-      difficult as it may conflict with the 
<code>includetarget/excludetarget</code>.
-      (e.g.: <code>includetarget=&quot;compile&quot; 
excludetask=&quot;javac&quot;</code>, what
-      should happen?)</td>
-    <td>No</td>
-  </tr>
-  <tr>
-    <td>excludetask</td>
-    <td>No</td>
-  </tr>
-  <tr>
-    <td>action</td>
-    <td>add greater flexibility to the <var>action</var> attribute.  Things 
like <q>close</q> to
-      close the print stream.</td>
-    <td>No</td>
-  </tr>
-</table>
-
 </body>
 </html>

Reply via email to