Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Delivering change sets during automated build

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

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 11 '09, 12:59 p.m.

Question was seen: 3,337 times

Last updated: Aug 11 '09, 12:59 p.m.

Confirmation Cancel Confirm