Christian Gasser closed Bug MCHRONOS-53 as Fixed

In order to be able to pass jvm arguments using the 'options' parameter, 'options' are inserted before the JMeter jar directive.

In order to be able to pass parameters to JMeter we now introduced an optional 'jmeterOptions' paramater which are appended to the command line.

Thus you should be able to pass parameters to JMeter itself with a configuration like:

<configuration>
<input>$

{basedir}/src/main/resources/testplans/jmeter_testplan_pi.jmx</input>
<jmeterVersion>2.8</jmeterVersion>
<jmeterhome>${basedir}

/target/jmeter</jmeterhome>
<jmeterOptions>
<jmeterOption>-p</jmeterOption>
<jmeterOption>$

{basedir}

/src/main/resources/env/local.properties</jmeterOption>
</jmeterOptions>
</configuration>

Change By: Christian Gasser (19/Apr/13 9:04 AM)
Resolution: Fixed
Fix Version/s: 1.1.1-SNAPSHOT
Status: In Progress Closed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to