jmeter-gradle-plugin
jmeter-gradle-plugin copied to clipboard
upgradle.properties in wrong directory
In the default jmeter.properties file the upgrade.properties file is defined like this: upgrade_properties=/bin/upgrade.properties the problem is that the upgrade.properties is not in /bin/ but rather just in /
This is true, but shouldn't really cause an issue in the plugin.
The value for this property is overridden in the plugin here.
Are you seeing problems as a result of this?
it causes no problem for me, but it outputs an exception inside the logfile.
Got it.
I prefer not to change the jmeter.properties file from JMeter default, so that when I change JMeter versions, I can just drop the file in.
I'll look into moving upgrade.properties into a bin folder. Thanks for catching the exception!
On Tue, May 3, 2016, 8:08 AM Jannis Mattheis [email protected] wrote:
it causes no problem for me, but it outputs an exception inside the logfile.
— You are receiving this because you commented.
Reply to this email directly or view it on GitHub https://github.com/jmeter-gradle-plugin/jmeter-gradle-plugin/issues/70#issuecomment-216508679