dev@fi.java.net

Re: Japex producing html from XML

From: Santiago Pericas-Geertsen <Santiago.Pericasgeertsen_at_Sun.COM>
Date: Fri, 07 Jan 2005 13:23:41 -0500

On Jan 7, 2005, at 12:48 PM, Paul Sandoz wrote:

> How can i preduce the HTML from the XML report file without running the
> tests again?

  Annoyingly, you need to re-run them. Japex generates an extended
report with chart information (jpegs) and uses resources/report.xsl to
generate the output. This needs to change, the extended report ought to
be output so that the stylesheet can be executed manually.

-- Santiago