In your build.xml file, place the taskdef inside the project element, and
place the jmeter task and xslt task elements inside a target element. Hope
this helps.

Joe

----- Original Message ----- 
From: "Prakash M V" <[EMAIL PROTECTED]>
To: "JMeter Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 06, 2004 10:29 AM
Subject: Jmeter with ANT report generation


Hi,
Iam new to Jmeter, I read JMeter Ant Task.html from extras directory of
Jmeter installation that with few taskdefintion and including the
ant-jmeter.jar i can generate the test report as described in the html file.

Iam not sure or i dont understand where these below definition i should save

<taskdef
    name="jmeter"
    classname="org.programmerplanet.ant.taskdefs.jmeter.JMeterTask"/>
<jmeter
    jmeterhome="c:\jakarta-jmeter-1.8.1"
    testplan="${basedir}/loadtests/JMeterLoadTest.jmx"
    resultlog="${basedir}/loadtests/JMeterResults.jtl"/>
Please can any one explain me about this...Regards PRakash



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to