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

Is jazz relevant to C++ projects using Makefile builds?

Fascinating product ....

I have a couple of newbie questions ....

All of the discussion I've seen so far relates to Java development ....
has anyone tried to use Jazz for a non-Java project ?? Say C++ or C ?? Do
the designers of Jazz intend it to address those projects ?

Is the the build machinery generalized enough to support Makefile builds
rather than ANT ?

Perhaps these questions are addressed in the help articles but I haven't
found anything yet.

Cheers

0 votes



2 answers

Permanent link
The Jazz build support is not limited to ANT, but support for writing to a build result is currently shipped only as ANT tasks.

You can use the Jazz build support to create a build that runs a command line. In this case, you can specify make as the command in your automated build.

The code that can be used to update Jazz build results (i.e. write information about a build into a Jazz repository) is shipped as ANT tasks. Your make file could call out to ANT to invoke the tasks to update the build result with information such as the errors found during compilation.

Martha


Is the the build machinery generalized enough to support Makefile builds
rather than ANT ?

0 votes


Permanent link
Interesting ... thank you.

Clearly, I need to do more reading :-)

Cheers

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: Jul 23 '07, 8:24 p.m.

Question was seen: 10,597 times

Last updated: Jul 23 '07, 8:24 p.m.

Confirmation Cancel Confirm