From 46f5042246fcad4eb02cb17279f445b28eea03f0 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 1 Apr 2002 05:21:41 +0000 Subject: [PATCH] add java1.4 support as an objective. BTW, what about antlib? git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272143 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/ant15_todo.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/xdocs/ant15_todo.xml b/xdocs/ant15_todo.xml index 5e131d105..8af0edb10 100644 --- a/xdocs/ant15_todo.xml +++ b/xdocs/ant15_todo.xml @@ -36,7 +36,7 @@ Document Path datatype - Its documented, but more hidden than the other types + It's documented, but more hidden than the other types Erik @@ -75,6 +75,15 @@ Peter + + Fully functional on Java 1.4 + 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 + +