Browse Source

Mark my todo as done.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272624 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
05f689e959
1 changed files with 16 additions and 16 deletions
  1. +16
    -16
      xdocs/ant15_todo.xml

+ 16
- 16
xdocs/ant15_todo.xml View File

@@ -15,7 +15,7 @@
<th>Details</th> <th>Details</th>
<th>Assigned</th> <th>Assigned</th>
</tr> </tr>
<tr> <tr>
<td>Bugzilla bugs under 30</td> <td>Bugzilla bugs under 30</td>
<td>or at least address most of them in some way</td> <td>or at least address most of them in some way</td>
@@ -52,26 +52,15 @@
<td>Erik</td> <td>Erik</td>
</tr> </tr>


<tr>
<td>Extension utilities</td>
<td>Port across task that prints out details of extensions for
a certain library/jar, or all jars in a path. Port across task
that generates a manifest (including dependencies and extension
specification) based on a set of jars in path. Port across task
that checks that the list of pre-req extensions are present in
path.</td>
<td>Peter</td>
</tr>

<tr> <tr>
<td>Fully functional on Java 1.4</td> <td>Fully functional on Java 1.4</td>
<td>Fix outstanding java1.4 defects, maybe add an
<td>Fix outstanding java1.4 defects, maybe add an
assertions datatype for java and other tasks (junit?) assertions datatype for java and other tasks (junit?)
which lets people turn on asserts. which lets people turn on asserts.
</td> </td>
<td>Steve + any other help he can get</td> <td>Steve + any other help he can get</td>
</tr> </tr>

<!-- for cut and paste use <!-- for cut and paste use
<tr> <tr>
<td></td> <td></td>
@@ -79,10 +68,10 @@
<td></td> <td></td>
</tr> </tr>
--> -->
</table> </table>
</subsection> </subsection>
<subsection name="Done"> <subsection name="Done">
<table> <table>
<tr> <tr>
@@ -90,6 +79,17 @@
<th>Details</th> <th>Details</th>
<th>Assigned</th> <th>Assigned</th>
</tr> </tr>

<tr>
<td>Extension utilities</td>
<td>Port across task that prints out details of extensions for
a certain library/jar, or all jars in a path. Port across task
that generates a manifest (including dependencies and extension
specification) based on a set of jars in path. Port across task
that checks that the list of pre-req extensions are present in
path.</td>
<td>Peter</td>
</tr>
<tr> <tr>
<td>XmlLogger implements BuildLogger</td> <td>XmlLogger implements BuildLogger</td>
<td>Its currently a BuildListener, lets remove the confusion</td> <td>Its currently a BuildListener, lets remove the confusion</td>


Loading…
Cancel
Save