Re: Changesets included in the current build?
"Macdiarmid, James D." <[email protected]>
| Newsgroups | gmane.comp.windows.dotnet.nant.user |
|---|---|
| Message-ID | <F7A8C27240D1154593A0F16214BF0BBD02686F0C@0015-its-exmb14.us.saic.com> |
Thanks. Actually what I'm looking to do is write something quick and dirty more or less. Something just to grab the change sets since our current build script has a bug. The way it's written now is that, if it fails, and we run the script again, we lose our changeset numbers since they are not written till the end of the script. Jim From: Nikhil Gupta [mailto:[email protected]] Sent: Thursday, May 12, 2011 1:06 AM To: Bob Archer Cc: Macdiarmid, James D.; [email protected] Subject: Re: [NAnt-users] Changesets included in the current build? You can use tf.exe "get" command which will update the workspace to latest. Along side, log everything in an xml while running nant using --xmllogger. In the end you may grep the log file to get the list of changes. Hope this helps. Nikhil http://taxingsalaried.blogspot.com On Thu, May 12, 2011 at 12:42 AM, Bob Archer <[email protected]> wrote: I expect the easiest way would be to use a command line tfs client via the EXEC nant tag. From: Macdiarmid, James D. [mailto:[email protected]] Sent: Wednesday, May 11, 2011 10:50 AM To: [email protected] Subject: [NAnt-users] Changesets included in the current build? Can anyone tell me if there is a way to retrieve the changesets from tfs for the current build using Nant, or the nant references in a C# script? Thanks ------------------------------------------------------------------------ ------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users