From 05f689e959f2c171d08837f096dbefb69df68cf2 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Tue, 30 Apr 2002 14:40:37 +0000 Subject: [PATCH] Mark my todo as done. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272624 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/ant15_todo.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 utilitiesPort 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