It's all about the answers!

Ask a question

C plus plus experience with jazz


Jan Van de Poel (2413216) | asked Apr 14 '08, 9:32 a.m.
Does anybody have any experience with using C++ and the Jazz build engine? I am using CDT but there is no way the generate the ant build scripts for the build engine?

Would the build engine work with manually created build scripts for C++?

2 answers



permanent link
Ryan Manwiller (1.3k1) | answered Apr 14 '08, 10:08 a.m.
JAZZ DEVELOPER
The Jazz build engine will work fine with any scripts you have (the engine
is just starting a command line for you). When you create a build
definition, just choose the command line option. On the command line page in
the editor, specify your command.

When you run the build, all of stdout/stderr will be captured in the build
result as Full Build Log.

To get started, see
https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html

---
Ryan Manwiller
Jazz Team Build

permanent link
Tom Frauenhofer (1.3k58435) | answered Apr 14 '08, 2:36 p.m.
As Ryan pointed out, you can configure a build definition to drive
whatever build tool you're using e.g. make or even a custom shell script
that itself drives make.

I use Jazz build definitions to drive builds run by ODE


JanVdP wrote:
Does anybody have any experience with using C++ and the Jazz build
engine? I am using CDT but there is no way the generate the ant build
scripts for the build engine?

Would the build engine work with manually created build scripts for
C++?

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.