Fwd: Re: [icedtea-web] xml output for junit, transformation sheets for daily report

Jiri Vanek jvanek at redhat.com
Mon May 9 09:32:47 PDT 2011


Clean was missing in previous post:
@@ -485,6 +502,8 @@
  	rm -f $(JUNIT_RUNNER_JAR)

  clean-netx-unit-tests:
+	rm -rf $(TESTS_STYLES_DIR)
+	rm -f $(TESTS_DIR)/index.html
  	rm -f netx-unit-tests-source-files.txt
  	rm -rf $(NETX_UNIT_TEST_DIR)
  	rm -f stamps/netx-unit-tests-compile.stamp

and changelog:


2011-05-09  Jiri Vanek  <jvanek at redhat.com>

	* tests/junit-runner/JunitLikeXmlOutputListener: This listener exports
	results of junit in xml which "follows junit-output schema". Extended
	for date, duration and some statististics for future purpose
	* tests/junit-runner/CommandLine.java: added usage of
	JunitLikeXmlOutputListener added skipping of inner classes and one
	jnlp file from sources package.
	*index.html: file which provides runtime transformation
	of tests-output.xml and report.xml
	* tests/styles/index.js: runtime transformation script and fast
	navigation functions
	* tests/styles/report.css: styles for transformed result
	* tests/styles/jreport.xsl: template for human-readable xml->html
	transformation.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-xmloutput.patch
Type: text/x-patch
Size: 24588 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110509/dd0481ff/patch-xmloutput.patch 


More information about the distro-pkg-dev mailing list