/hg/icedtea-web: Swapped logs and report xslt operations

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Tue Nov 20 04:54:16 PST 2012


changeset 39c89614be8f in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=39c89614be8f
author: Jiri Vanek <jvanek at redhat.com>
date: Tue Nov 20 13:55:00 2012 +0100

	Swapped logs and report xslt operations


diffstat:

 ChangeLog   |  5 +++++
 Makefile.am |  4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 45ea456808ac -r 39c89614be8f ChangeLog
--- a/ChangeLog	Tue Nov 20 13:48:04 2012 +0100
+++ b/ChangeLog	Tue Nov 20 13:55:00 2012 +0100
@@ -1,3 +1,8 @@
+2012-11-02  Jiri Vanek <jvanek at redhat.com>
+
+	*  Makefile.am: (stamps/run-netx-dist-tests.stamp)  and
+	(stamps/run-netx-unit-tests.stamp) Swapped logs and report xslt operations
+
 2012-11-20  Jana Fabrikova  <jfabriko at redhat.com>
 
 	* tests/reproducers/simple/JSToJGet/testcases/JSToJGetTest.java:
diff -r 45ea456808ac -r 39c89614be8f Makefile.am
--- a/Makefile.am	Tue Nov 20 13:48:04 2012 +0100
+++ b/Makefile.am	Tue Nov 20 13:55:00 2012 +0100
@@ -740,8 +740,8 @@
 	  $(BOOT_DIR)/bin/java $(REPRODUCERS_DPARAMETERS) \
 	 -Xbootclasspath:$(RUNTIME) CommandLine $$class_names
 if WITH_XSLTPROC
+	$(XSLTPROC)  --stringparam logs logs_reproducers.html $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/jreport.xsl $(TEST_EXTENSIONS_DIR)/tests-output.xml > $(TESTS_DIR)/index_reproducers.html
 	$(XSLTPROC)  $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/logs.xsl $(TEST_EXTENSIONS_DIR)/ServerAccess-logs.xml > $(TESTS_DIR)/logs_reproducers.html
-	$(XSLTPROC)  --stringparam logs logs_reproducers.html $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/jreport.xsl $(TEST_EXTENSIONS_DIR)/tests-output.xml > $(TESTS_DIR)/index_reproducers.html
 endif
 	touch $@
 
@@ -917,8 +917,8 @@
 	CLASSPATH=$(NETX_DIR)/lib/classes.jar:$(JUNIT_JAR):$(JUNIT_RUNNER_JAR):$(TEST_EXTENSIONS_DIR):. \
 	  $(BOOT_DIR)/bin/java -Xbootclasspath:$(RUNTIME) CommandLine $$class_names 
 if WITH_XSLTPROC
+	$(XSLTPROC) --stringparam logs logs_unit.html $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/jreport.xsl $(NETX_UNIT_TEST_DIR)/tests-output.xml > $(TESTS_DIR)/index_unit.html
 	$(XSLTPROC) $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/logs.xsl $(NETX_UNIT_TEST_DIR)/ServerAccess-logs.xml > $(TESTS_DIR)/logs_unit.html
-	$(XSLTPROC) --stringparam logs logs_unit.html $(TESTS_SRCDIR)/$(REPORT_STYLES_DIRNAME)/jreport.xsl $(NETX_UNIT_TEST_DIR)/tests-output.xml > $(TESTS_DIR)/index_unit.html
 endif
 	mkdir -p stamps && \
 	touch $@



More information about the distro-pkg-dev mailing list