It's all about the answers!

Ask a question

Delivering change sets during automated build


Brian Rodecap (5183) | asked Aug 11 '09, 12:59 p.m.
I am working on an Ant build script which includes a task to generate JAX-RPC client stubs.

We have a set of JARs, one for each endpoint. The script needs to...

1. Crack open each JAR to compare the included WSDL file to the source WSDLs.
2. If the files do not match, a new client JAR is created.
3. Create a change set, check-in, and deliver.

I need a little help with step 3. I do not see an Ant task to perform this type of operation. Does such a thing exist? Do I need to create my own custom Ant task?

Thanks,
Brian

One answer



permanent link
Jean-Michel Lemieux (2.5k11) | answered Aug 11 '09, 4:38 p.m.
JAZZ DEVELOPER
Evan wrote a nice little article on how to automate SCM tasks
in the builds, I think there is an example of delivering in
there somewhere:

http://jazz.net/library/article/195

Cheers,
Jean-Michel

On 8/11/2009 1:07 PM, brodecap wrote:
I am working on an Ant build script which includes a task to generate
JAX-RPC client stubs.

We have a set of JARs, one for each endpoint. The script needs to...

1. Crack open each JAR to compare the included WSDL file to the
source WSDLs.
2. If the files do not match, a new client JAR is created.
3. Create a change set, check-in, and deliver.

I need a little help with step 3. I do not see an Ant task to perform
this type of operation. Does such a thing exist? Do I need to create
my own custom Ant task?

Thanks,
Brian

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.