generateChangeLog ANT task
Hello,
I am attempting to use the V3 build toolkit to utilize the new 'generateChangeLog' ANT task https://jazz.net/wiki/bin/view/Main/BuildFAQ#ChangeLog We have a version 2 RTC Jazz server, and I keep getting very strange exceptions (NoSuchMethod, NoSuchField). From reading a few other posts, e.g. https://jazz.net/forums/viewtopic.php?t=15370 I am assuming using the V3 toolkit will not be possible due to the tight coupling.
As an alternative, I'd like to attempt to model this task using various 'stock' ant tasks.
Can someone who has successfully used this task please provide me a sample 'changes.txt' for guidance?
Thanks,
Steve
I am attempting to use the V3 build toolkit to utilize the new 'generateChangeLog' ANT task https://jazz.net/wiki/bin/view/Main/BuildFAQ#ChangeLog We have a version 2 RTC Jazz server, and I keep getting very strange exceptions (NoSuchMethod, NoSuchField). From reading a few other posts, e.g. https://jazz.net/forums/viewtopic.php?t=15370 I am assuming using the V3 toolkit will not be possible due to the tight coupling.
As an alternative, I'd like to attempt to model this task using various 'stock' ant tasks.
Can someone who has successfully used this task please provide me a sample 'changes.txt' for guidance?
Thanks,
Steve
One answer
Hello,
I am attempting to use the V3 build toolkit to utilize the new 'generateChangeLog' ANT task https://jazz.net/wiki/bin/view/Main/BuildFAQ#ChangeLog We have a version 2 RTC Jazz server, and I keep getting very strange exceptions (NoSuchMethod, NoSuchField). From reading a few other posts, e.g. https://jazz.net/forums/viewtopic.php?t=15370 I am assuming using the V3 toolkit will not be possible due to the tight coupling.
As an alternative, I'd like to attempt to model this task using various 'stock' ant tasks.
Can someone who has successfully used this task please provide me a sample 'changes.txt' for guidance?
Thanks,
Steve
Hi Steve,
These are the contents of a file created by the generateChangeLog task. There was only one new defect included in the build.
<generateChangeLog currentBuildResultUUID="${buildResultUUID}"
repositoryAddress="${repositoryAddress}"
showFileChanges="true"
changeLogFile="${work.dir}\buildChanges.txt"
userId="${userId}"
password="${password}"
verbose="true" />
Added Change Sets
Component Component1
10: Define taskdef for generate change log ant task [Mar 2, 2011 02:59 PM] ADMIN <ADMIN>
Work Item 10: Define taskdef for generate change log ant task
/proj1/build.xml
Brent Ulbricht
Developer/Lead - RTC Build