Just checked, and the home page http://www.programmerplanet.org/ant-jmeter/
does mention the property attribute. Obviously the version in the JMeter distribution is out of date. So I suggest you download the latest version from there and try again. S. On 5/4/05, sebb <[EMAIL PROTECTED]> wrote: > Not sure that the ant-jmeter task supports that; it's not mentioned in > the document in the extras directory. > > Try: > > <jvmarg value="-Dproperty=value"/> > > instead. > > On 5/4/05, Manjunath N.S. <[EMAIL PROTECTED]> wrote: > > Hi, > > > > In Non-gui mode for JMeter does any used the option of "-J" to pass > > the JMeter Properties like Number of Threads, Loop Count and > > Ramp-time. > > > > I tried using following Ant Task, it does not work. Any body > > successfully used these parameter? > > > > <jmeter jmeterhome="c:\jakarta-jmeter-1.8.1"..... > > > <property name="request.threads" value="1"/> > > <property name="request.loop" value="10"/> > > </jmeter> > > > > thanks > > Manju > > > > --------------------------------------------------------------------- > > 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]

