mbenson 2004/04/23 08:32:13 Modified: . Tag: ANT_16_BRANCH WHATSNEW Added: src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Nice.java Log: Add the <nice> task itself to the 1.6 branch. Revision Changes Path No revision No revision 1.5.2.1 +0 -0 ant/src/main/org/apache/tools/ant/taskdefs/Nice.java Index: Nice.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Nice.java,v retrieving revision 1.5 retrieving revision 1.5.2.1 diff -u -r1.5 -r1.5.2.1 No revision No revision 1.503.2.83 +3 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.503.2.82 retrieving revision 1.503.2.83 diff -u -r1.503.2.82 -r1.503.2.83 --- WHATSNEW 23 Apr 2004 15:14:56 -0000 1.503.2.82 +++ WHATSNEW 23 Apr 2004 15:32:13 -0000 1.503.2.83 @@ -105,6 +105,9 @@ * <pathconvert> now accepts nested <mapper>s. Bugzilla Report 26364. +* <nice> task lets you set the priority of the current thread; non-forking + <java> code will inherit this priority in their main thread. + Changes from Ant 1.6.0 to Ant 1.6.1 ===================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]