conor 2002/12/23 04:00:55 Modified: . WHATSNEW Log: update WHATSNEW Revision Changes Path 1.334 +20 -9 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.333 retrieving revision 1.334 diff -u -w -u -r1.333 -r1.334 --- WHATSNEW 13 Dec 2002 13:45:00 -0000 1.333 +++ WHATSNEW 23 Dec 2002 12:00:55 -0000 1.334 @@ -71,6 +71,13 @@ * Ant didn't find the runtime libraries on IBM's JDK 1.4 for Linux. +* addConfiguredXXX would not work for TaskAdapter wrapped tasks + +* random component of temporary files is now always a positive integer. + +* Fix <ilasm> outputfile tetsing so that the output file does not need + to exist beforehand. + Other changes: -------------- * The filesetmanifest attribute of <jar> has been reenabled. @@ -143,6 +150,10 @@ * <fixcrlf>'s eol attribute now also understand "mac", "unix" and "dos". +* <classfileset> now picks up dependencies of the form MyClass.class. This + works for the code generated by the Sun java compiler. It may not work for + all compilers. + Changes from Ant 1.5.1Beta1 to 1.5.1 ====================================
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>