C plus plus experience with jazz
2 answers
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
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
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:
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++?