create an XML report of all the failures in all the builds
----------------------------------------------------------
Key: CONTINUUM-427
URL: http://jira.codehaus.org/browse/CONTINUUM-427
Project: Continuum
Type: New Feature
Components: continuum-web
Reporter: james strachan
Priority: Critical
It'd make it really easy to slice and dice the data & make custom
views/portlets/pages across multiple continuum installations on different
hardware, OS and JVM if we could get a single XML report of all the failures in
all the builds as a blob of XML.
e.g.
<results>
<project id="ActiveMQ">
<failure><testcase>org.activemq.FooTest></testcase><resultURL>http://acme.com/foo.txt</resultURL></failure>
</project>
<project id="ServiceMix">
<!-- no failures -->
</project>
</results>
Then with a trivial bit of XSLT (or some script) we can easily slice and dice
the results from multiple continuum installations (OS, hardware, JVM) into
reports to make it easy to see the big picture. Hopefully these reports can
also become part of CI - but at least folks can then hack up their own to get
going.
e.g. folks could emded on wiki/portal pages summaries of whats working & not etc
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira