It's all about the answers!

Ask a question

Combining RAD Build Utitlity with Jazz Build Engine


Michael Hofmann (11) | asked Aug 27 '10, 8:23 a.m.
We are using Jazz Build Engine and we want to combine this with the RAD Build Utility. Our target is to create a build environment where we can use RAD Build Utiltity in combination with the Jazz Build Engine Ant Tasks. We want to use one build file where we can use RAD Build Utility and Jazz Build Engine Tasks.

We tried to create a new Eclipse Plugin including the Jazz Build Engine Ant Tasks so we can register this plugin in the RAD Build Utility. But this does not work because of different dependencies having RAD Build Engine and the Jazz Build Engine. (I get a NullPointerException deep inside an ant class when I want to call a jazz ant task inside this new plugin).

The only way to solve this problem is to start the RAD Build Utility from inside a Jazz ant build file by calling the exec task of ant and invoking the runAnt.sh.

Is there an other way to achieve this?

One answer



permanent link
Nick Edgar (6.5k711) | answered Aug 30 '10, 3:40 p.m.
JAZZ DEVELOPER

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.