diff --git a/xdocs/ant15_todo.xml b/xdocs/ant15_todo.xml
index 38ec69820..12180e035 100644
--- a/xdocs/ant15_todo.xml
+++ b/xdocs/ant15_todo.xml
@@ -15,7 +15,7 @@
Details |
Assigned |
-
+
Bugzilla bugs under 30 |
or at least address most of them in some way |
@@ -52,26 +52,15 @@
Erik |
-
- Extension utilities |
- 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. |
- Peter |
-
-
Fully functional on Java 1.4 |
- Fix outstanding java1.4 defects, maybe add an
+ | Fix outstanding java1.4 defects, maybe add an
assertions datatype for java and other tasks (junit?)
which lets people turn on asserts.
|
Steve + any other help he can get |
-
+
-
+
-
+
@@ -90,6 +79,17 @@
Details |
Assigned |
+
+
+ Extension utilities |
+ 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. |
+ Peter |
+
XmlLogger implements BuildLogger |
Its currently a BuildListener, lets remove the confusion |