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

Build Script and TPTP

I know from the examples that the build.xml that Jazz can launch Junit
Scripts. Is it possible to launch TPTP test from the build script and
the information being included in the log?

0 votes



2 answers

Permanent link
The Jazz build toolkit supports publishing junit xml log files. So, if you
have such log files output from TPTP, then you can publishing them with the
junitLogPublisher task in the build toolkit.

By the way, there is nothing special about Jazz launching junit scripts.
Jazz is just running an ant build file. If you can write your ant build file
to run a TPTP test with the appropriate xml output, then you can publish the
rich junit results in Jazz.

Even if you don't get the xml output, you can publish log files as plain
text using the logPublisher.

---
Ryan Manwiller
Jazz Team Build

0 votes


Permanent link
Thanks! I will give it a try and let you know the results.

Ryan Manwiller wrote:
The Jazz build toolkit supports publishing junit xml log files. So, if
you have such log files output from TPTP, then you can publishing them
with the junitLogPublisher task in the build toolkit.

By the way, there is nothing special about Jazz launching junit scripts.
Jazz is just running an ant build file. If you can write your ant build
file to run a TPTP test with the appropriate xml output, then you can
publish the rich junit results in Jazz.

Even if you don't get the xml output, you can publish log files as plain
text using the logPublisher.

---
Ryan Manwiller
Jazz Team Build

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: Mar 24 '08, 11:02 a.m.

Question was seen: 4,245 times

Last updated: Mar 24 '08, 11:02 a.m.

Confirmation Cancel Confirm