From 6f8e2d07558b9493fd7794a15d5c0514e76c4d40 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Thu, 2 Nov 2000 14:53:43 +0000 Subject: [PATCH] Update to reflect some of the other recent changes git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268147 13f79535-47bb-0310-9956-ffa450edef68 --- WHATSNEW | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/WHATSNEW b/WHATSNEW index 86711d438..19eba8cd6 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -10,6 +10,13 @@ Other changes: * Added nested prefixedfileset element to +* Changed so that printing is at the task level rather than + the statement level. + +* javadoc task will pass -d flag to any doclet if the destDir attribute is + given. If the doclet does not accept the -d flag then omit the destdir + attribute. + Fixed bugs: ----------- @@ -17,6 +24,8 @@ Fixed bugs: * javadoc's failonerror attribute works again +* Changed task so that printing result sets works on Oracle + Changes from Ant 1.1 to Ant 1.2 ===============================