Re: [NAnt-users] Build Manifest

2007-01-11 Thread Bob Archer
Most source control systems will let you do a get of only the files that have changed based on a provided date range. You could clean your source tree, do a get of only changes files... read the file directory into a text file or something... from there do the full get/build/etc. BOb -Origin

[NAnt-users] Build Manifest

2007-01-11 Thread Eric Fetzer
Is there an easy way with NAnt to create a manifest of the files that have changed since the last build? I wrote a program with the StarTeam SDK to gather the info from StarTeam, but it seems there may be a better solution out there... Thanks, Eric <>< _