Jazz/RTC Builds
One answer
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 ?