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

how to pass built members to a post build command line

is there a way to pass the built members from a dependency based build to a post build command line. I need to do some special processing after a build, but only for the programs that have been compiled and linked.

0 votes



2 answers

Permanent link
Hi
Perhaps you could write a REXX exec that accepts @{source.member} and add it as a new translator? It would get passed "(membername)". You could strip the brackets off and pop it into a list somewhere.... just thinking out loud. Another option could be to write some java and parse the build output looking at the external links.

Guy

0 votes


Permanent link
I found the answer to this. In the load directory which is pointed to by the property "teamz.scm.fetchDestination" the built outputs are stored in this file:

generatedOutputs.properties

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

Question asked: Aug 08 '11, 11:54 a.m.

Question was seen: 4,390 times

Last updated: Aug 08 '11, 11:54 a.m.

Confirmation Cancel Confirm