Not possible currently. The JMeter exit code does not depend on the result of a test.
On 30/07/05, George varghese <[EMAIL PROTECTED]> wrote: > Hi, > > How do I make sure build fails if there Jmeter execution had failures > (similar to Junit)? > > <target name="jmeter"> > <jmeter jmeterhome="c:\jakarta-jmeter-2.0.3" > resultlog="JMeterResults.jtl"> > <testplans dir="." includes="SimpleTestPlan.jmx"/> > <jvmarg value="-Xincgc"/> > <jvmarg value="-Xmx128m"/> > <jvmarg value="-Dproperty=value"/> > </jmeter> > > It returns a build successfull even if there are failures in executing > SimpleTestPlan.jmx. > Please help. > > Thanks. > > _________________________________________________________________ > Looking for dream life partner? > http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?74 Find her on > BharatMatrimony.com. http://www.bharatmatrimony.com/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

