conor 00/11/02 06:53:46
Modified: . WHATSNEW Log: Update to reflect some of the other recent changes Revision Changes Path 1.42 +9 -0 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- WHATSNEW 2000/10/31 13:52:56 1.41 +++ WHATSNEW 2000/11/02 14:53:43 1.42 @@ -10,12 +10,21 @@ * Added nested prefixedfileset element to <war> +* Changed <sql> 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: ----------- * <signjar> doesn't use deprectated methods anymore. * javadoc's failonerror attribute works again + +* Changed <sql> task so that printing result sets works on Oracle Changes from Ant 1.1 to Ant 1.2 ===============================
