It's all about the answers!

Ask a question

I am trying to echo the value of buildRequesterUserId in an Ant script, but no value is returned


Donald Flinchum (11214) | asked Jul 29 '16, 4:44 p.m.
I am trying to echo the value of buildRequesterUserId in an Ant script, but no value is returned. Here is the statement from the Ant script:
    <echo>Builder Userid: ${buildRequesterUserId}</echo>

Here is the result:
  [echo] Builder Userid: ${buildRequesterUserId}

How do I save the RTC user id of the person requesting the build? I am using RTC 6.0.1, server at same level, Ant 1.9


One answer



permanent link
Ralph Schoon (63.1k33645) | answered Aug 03 '16, 2:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Have you tried to use the Ant build capability to save the build properties in a file to check what values you get?

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.