From 18c7ae52ef777dd1a07ba5d7fe2c603073df4429 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Mon, 3 Jan 2011 20:02:20 +0000 Subject: [PATCH] NIHVIVO-1129 Force the XSLT step to use JAR files that actually work. --- utilities/load-testing/build.xml | 14 +++++++++++++- .../load-testing/example.loadtesting.properties | 4 +++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/utilities/load-testing/build.xml b/utilities/load-testing/build.xml index 4a124955..1719fc85 100644 --- a/utilities/load-testing/build.xml +++ b/utilities/load-testing/build.xml @@ -66,6 +66,11 @@ report - Just summarize output from previously run tests. + + + + + + + + Just summarize the output."> + style="jmeter-results-report.xsl" + classpathref="xslt.classpath" /> + diff --git a/utilities/load-testing/example.loadtesting.properties b/utilities/load-testing/example.loadtesting.properties index 276fb6c3..97eb597c 100644 --- a/utilities/load-testing/example.loadtesting.properties +++ b/utilities/load-testing/example.loadtesting.properties @@ -10,9 +10,11 @@ # ----------------------------------------------------------------------------- # -# The base install directory for JMeter. +# The base install directory for JMeter, and some JARs required by XSLT # jmeter.home.dir = /Users/jeb228/Downloads/JMeter/jakarta-jmeter-2.4 +jmeter.serializer.jar = ${jmeter.home.dir}/lib/serializer-2.7.1.jar +jmeter.xalan.jar = ${jmeter.home.dir}/lib/xalan-2.7.1.jar # # Where do we find the Vivo instance that we are testing?