https://bz.apache.org/bugzilla/show_bug.cgi?id=62700
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED --- Comment #6 from Felix Schumacher <[email protected]> --- Date: Thu Sep 13 18:36:46 2018 New Revision: 1840847 URL: http://svn.apache.org/viewvc?rev=1840847&view=rev Log: Allow full JSR-223 for init scripts in JMeter startup Use jsr223.init.file to allow calling a JSR-223 script on JMeter startup instead of the envisioned groovy.init.file property. The engine to use for the init script will be determined by the extension of the filename. If the filename has no extension or if no engine can be found for that extension, Groovy will be tried. Bugzilla Id: 62700 Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/src/core/org/apache/jmeter/JMeter.java jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/properties_reference.xml -- You are receiving this mail because: You are the assignee for the bug.
