how to pass built members to a post build command line
2 answers
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
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