using built-in build properties in a standalone ant build
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.
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.