It's all about the answers!

Ask a question

Jazz/RTC Builds


kiran pasham (4611610) | asked Apr 30 '09, 12:26 p.m.
We are using RTC 1.01 at our company.

I would like to include the Build Label / Build Number of the build to go into the EAR file I create during the build process. Any ideas how I can do that ?

One answer



permanent link
stephen laws (9184) | answered Apr 30 '09, 2:25 p.m.
We use something like:

tstamp

touch file="${local.stream.working.dir}/buildnumber.properties"
echo message="build=${buildLabel} build.time=${TSTAMP} ${TODAY}" file="${local.stream.working.dir}/buildnumber.properties"


We are using RTC 1.01 at our company.

I would like to include the Build Label / Build Number of the build to go into the EAR file I create during the build process. Any ideas how I can do that ?

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.