Hey, I'm using the jmeter-ant integration jar that someone posted earlier. The link is
below;
http://www.programmerplanet.org/ant-jmeter/
It seems to run ok but then I get this error when it tries to transform the results.
The ant-jmeter.jar is in the ant\lib dir, otherwise, it wouldnt execute the plan.
Looks like its having trouble with the xml or xsl parser?
any help is greatly appreciate,
thx,
Michael Lee
**** build.xml task/target
<target name="regression_test" description="Tests the system functionality.">
<jmeter
jmeterhome="C:\java\jakarta-jmeter-1.8.1"
testplan="c:\receiptsplus\config\test\jmeter\ReceiptsPLUS Test Plan.jmx"
resultlog="c:\result.jtl"/>
<xslt
in="c:\result.jtl"
out="c:\JMeterResults.html"
style="c:\java\lib\jmeter\jmeter-results-report.xsl"/>
</target>
<taskdef name="jmeter"
classname="org.programmerplanet.ant.taskdefs.jmeter.JMeterTask"/>
***** end build.xml
***** error message
[jmeter] Executing test plan: C:\receiptsplus\config\test\jmeter\ReceiptsPLUS
Test Plan.jmx
[jmeter] Created the tree successfully
[jmeter] Starting the test
[xslt] DEPRECATED - xslp processor is deprecated. Use trax or xalan instead
.
[xslt] java.lang.NoClassDefFoundError: com/kvisco/xsl/XSLProcessor
[xslt] at org.apache.tools.ant.taskdefs.optional.XslpLiaison.<init>(Xsl
pLiaison.java:80)
[xslt] at java.lang.Class.newInstance0(Native Method)
[xslt] at java.lang.Class.newInstance(Class.java:237)
[xslt] at org.apache.tools.ant.taskdefs.XSLTProcess.resolveProcessor(XS
LTProcess.java:376)