Hi all,
I am trying to run a Jmeter test plan from Ant.
I have defined the following target for Ant:
<target name="jmeter-test">
<path id="jmetertestclasses" path="tests/"/>
<java classpathref="jmetertestclasses" fork="true"
jar="tests/jakarta-jmeter/bin/ApacheJMeter.jar">
<arg value="-n"/>
<arg value="-t tests/mytestplan.jmx"/>
<jvmarg value="-Xincgc"/>
</java>
</target>
but I am getting an error:
Could not open tests/mytestplan.jmx
Running the testplan from the shell with
java -Xincgc -jar tests/jakarta-jmeter/bin/ApacheJMeter.jar -n -t
tests/mytestplan.jmx
works fine.
What is wrong in the Ant target?
Reinhard
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>