It's all about the answers!

Ask a question

Build Script and TPTP


Aaron Cohen (8207851) | asked Mar 24 '08, 11:02 a.m.
JAZZ DEVELOPER
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?

2 answers



permanent link
Aaron Cohen (8207851) | answered Mar 26 '08, 10:53 a.m.
JAZZ DEVELOPER
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

permanent link
Ryan Manwiller (1.3k1) | answered Mar 25 '08, 7:27 p.m.
JAZZ DEVELOPER
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

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.