All the 'stlist status reflect thing' means is this: None of the tasks in their previous versions were able to know the status of a repository file vs. its local incarnation except in the not-very-useful case of running against the default local directory.
So now stcheckout and stcheckin do know this and can react accordingly, optionally not checking out or checking in files that are current. Similarly, in the case of stlist, it means we can now display the correct status in the listing, which we also could not previously do. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 6:42 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-ant WHATSNEW sbailliez 2002/11/06 04:41:47 Modified: . Tag: ANT_15_BRANCH WHATSNEW Log: Move added features to 'other changes'. I don't understand the 'stlist' status reflect thing as I'm not familiar with Starteam so I assume the user will understand based on the fixes. Revision Changes Path No revision No revision 1.263.2.92 +11 -3 jakarta-ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/jakarta-ant/WHATSNEW,v retrieving revision 1.263.2.91 retrieving revision 1.263.2.92 diff -u -r1.263.2.91 -r1.263.2.92 --- WHATSNEW 6 Nov 2002 12:25:14 -0000 1.263.2.91 +++ WHATSNEW 6 Nov 2002 12:41:47 -0000 1.263.2.92 @@ -1,6 +1,9 @@ Changes from Ant 1.5.1 to current CVS version ============================================= +Changes that could break older environments: +-------------------------------------------- + Fixed bugs: ----------- @@ -20,9 +23,14 @@ 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. + making it a more generally useful tool. + + Other changes: + -------------- + +* Starteam tasks now have support for revision labels and build labels. + Checkouts now have the option of using repository timestamps, instead + of current. 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
