with Tags:
jazz
X

Simplifying publication to Rational Asset Manager using Ant's macrodef
One of the tasks on my new project (see " Use of rational Asset Manager Ant Tasks ") is to publish several types of assets to Rational Asset Manager. The Ant tasks supplied by RAM are fairly straightforward, though can be a little verbose.So I decided to construct a macrodef to allow repeatability and minimise typing errors. This approach worked fine for the " Tools and Automation " type of asset, but it failed failed when I tried it for a " General Documentation " type of asset, at it needed to be supplied with... [More]
Tags:  build rational publish engine jazz dia ant macrodef asset |
Logging Activities in Ant with the Jazz Build Engine
If you want to use the same ant build.xml for both local
building and Jazz building it can get
problematic if you want to record Jazz build activity, as you
probably
won't have the
jazz build environment (and associated jars to support
com.ibm.team.build.ant.task.StartBuildActivityTask) on your own machine.
Here are a few ant "internal" targets I've created to wrapper
the
logging in such a way that they can be used for both types of build. <target name="logBuildActivity"... [More]
Tags:  ant ccm rational rtc build jazz |