sbailliez 2002/11/06 04:27:50 Modified: . WHATSNEW Log: Thanks to Steve Cohen Not sure though where to put this...bugs fixed...changes that could break...others A little bit of everything. Revision Changes Path 1.307 +10 -0 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.306 retrieving revision 1.307 diff -u -r1.306 -r1.307 --- WHATSNEW 6 Nov 2002 10:44:18 -0000 1.306 +++ WHATSNEW 6 Nov 2002 12:27:50 -0000 1.307 @@ -32,6 +32,16 @@ * <junit> will now produce output when a test times out as well. +* The starteam stcheckout, stcheckin tasks now correctly compute status of files + against whatever local tree they are run against and, optionally, will not + process a file if it is current. Previously you had to process everything + unless you ran against the default folder which wasn't the normal use-case for + ant-starteam. The stlist task now similarly displays that status correctly + making it a more generally useful tool. Support added for revision labels and + build labels. Checkouts now have the option of using repository timestamps, + instead of current. + + Other changes: --------------
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
