It's all about the answers!

Ask a question

generateChangeLog ANT task


Steve Mikishko (111) | asked Feb 23 '11, 3:02 p.m.
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

One answer



permanent link
Brent Ulbricht (2.5k11) | answered Mar 02 '11, 4:07 p.m.
JAZZ DEVELOPER
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

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.