It's all about the answers!

Ask a question

using built-in build properties in a standalone ant build


Radu Trambitas (112) | asked Aug 23 '12, 2:32 p.m.
edited Aug 23 '12, 2:57 p.m.
I'm using RTC 3.0.1. Here's the list of built-in properties: http://pic.dhe.ibm.com/infocenter/clmhelp/v3r0m1/index.jsp?topic=%2Fcom.ibm.team.build.doc%2Ftopics%2Fr_buildprop.html

Is it possible to access these build properties in a standalone ant build? Or are they only available when using JBE? Specifically I'm trying to use ${buildRequesterUserId} and ${personalBuild} after calling getNextTeamBuildRequest ant task to determine if the requested build is a personal build and to get the id of the requester. When echoing the requester property, the ant script just prints ${buildRequesterUserId} instead of the requester id.. which means that the property is not being set.

Be the first one to answer this question!


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.