It might be just a typo in your email, but the "home" attribute below should be "jmeterhome".

When you say it doesn't work, what do you mean? What does it do?

The ant task should already be launching jmeter in a new vm. The task really does nothing more than build a java command line with all the appropriate arguments and launches it. To see the command line, run your ant script with the verbose argument on. If you can run the script from the command line in non-gui mode, it should work the same with the ant task.

Joe

Manjunath N.S. wrote:
Hi,

When I tried running the JMeter "Load Test plan with Multiple Users" from the JMeter Ant Task, somehow it doesnot seems to work, if I run
same load test plan from JMeter GUI it is working.


Otherthing what I observed is Timer Test with Single user  with JMeter
Ant Task it is working fine and does this JMeter supports Fork
functionality to start java as new process?

Is there anything I have missed out for load Testing with JMeter Task?

<jmeter jmeterProperties=
"C:/jakarta-jmeter-2.0.3/bin/jmeter.properties"
home="C:/jakarta-jmeter-2.0.3"
testplan="./test/jmeter/JConsumerAccountLoadTest.jmx"
resultlog="./test/jmeter/JConsumerAccountLoadTest.jtl">



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



Reply via email to