mbenson 2005/01/26 09:34:10 Modified: . Tag: ANT_16_BRANCH WHATSNEW Log: Document description NPE; add FileUtils.createNewFile(2 param) Revision Changes Path No revision No revision 1.503.2.161 +6 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.160 retrieving revision 1.503.2.161 diff -u -r1.503.2.160 -r1.503.2.161 --- WHATSNEW 18 Jan 2005 12:40:01 -0000 1.503.2.160 +++ WHATSNEW 26 Jan 2005 17:34:10 -0000 1.503.2.161 @@ -51,6 +51,9 @@ silently ignores the message. BuildListeners still should avoid accessing either stream. +* Overloaded FileUtils.createNewFile with a boolean mkdirs attribute + to create nonexistent parent directories. + Fixed bugs: ----------- @@ -129,6 +132,9 @@ * forked <javac> won't pass -source to a JDK 1.1 or 1.2 javac anymore. Bugzilla report 32948 +* oata.types.Description.getDescription(Project) would throw a + NullPointerException when the "ant.targets" reference was unset. + Changes from Ant 1.6.1 to Ant 1.6.2 ===================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]