How is the property file being included? Is this property in a custom file or one of jmeter's property files? Are you specifying it in the command line, or expecting jmeter to find it in the working directory or bin directory?
If this is in a user.properties file make sure the file is in the bin directory or working directory when jmeter is launched. My properties do not have spaces around = but I don't know if that is significant Ex Request.threads=10 -----Original Message----- From: sidhik [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2008 9:14 AM To: [email protected] Subject: Ant Jmeter request.threads not working Hi, I m using Ant with Jmeter , i m quite familiar with both things.. When i m using <property name="request.threads" value="10"/> and replacing my jmx file with ${__P(request.threads)} , it is working .... with no errors Now, i have one property file where i have put .......... request.threads = 10 this configuration is not overriding actual property .. Any Clues... -- View this message in context: http://www.nabble.com/Ant-Jmeter-request.threads-not-working-tp16443784p 16443784.html Sent from the JMeter - User mailing list archive at Nabble.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]

