Have you tried setting the working directory explicitly? -Mike
On 30 Sep 2002 at 10:00, Reinhard Spisser wrote: > 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]> > -- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

