Change sets serialized to changeSets.txt, what's this?
Change sets serialized to "C:\Tools\cruisecontrol-bin-2.8.4\projects\junit\changeSets.txt".
Found this inside the above file:
_7Y2tsMBlEeCb3KF6KY12-g
_Q2nuYtJPEeCxl_p-_gfHdQ
The doc say "This change set file can be referenced later by ChangeSetPublisherTask." My question is how can I list the actual changes (list of files changed) in a text file?
Thanks
Jirong
Found this inside the above file:
_7Y2tsMBlEeCb3KF6KY12-g
_Q2nuYtJPEeCxl_p-_gfHdQ
The doc say "This change set file can be referenced later by ChangeSetPublisherTask." My question is how can I list the actual changes (list of files changed) in a text file?
Thanks
Jirong
2 answers
Change sets serialized to "C:\Tools\cruisecontrol-bin-2.8.4\projects\junit\changeSets.txt".
Found this inside the above file:
_7Y2tsMBlEeCb3KF6KY12-g
_Q2nuYtJPEeCxl_p-_gfHdQ
The doc say "This change set file can be referenced later by ChangeSetPublisherTask." My question is how can I list the actual changes (list of files changed) in a text file?
Thanks
Jirong
Hi,
Those are the UUIDs of the change sets. Depending on how you're build script is set, you might be able to use the generateChangeLog task with the 'showFileChanges' attribute set to true.
Brent Ulbricht
RTC Build Lead
Hi,
Those are the UUIDs of the change sets. Depending on how you're build script is set, you might be able to use the generateChangeLog task with the 'showFileChanges' attribute set to true.
Brent Ulbricht
RTC Build Lead
Yeah, it works, but can we find our if a file is deleted or modified?
https://jazz.net/forums/viewtopic.php?p=63589#63589