Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,939

Question asked: Feb 23 '11, 3:02 p.m.

Question was seen: 6,001 times

Last updated: Feb 23 '11, 3:02 p.m.

Confirmation Cancel Confirm