Hi all, i'm trying to make standalone plugin with new toolbar button. a made prototype, and it works well. what i did: 1. created my own action name into ActionNames class <http://jmeter.apache.org/api/index.html?org/apache/jmeter/gui/action/ActionNames.html> 2. edited icons-toolbar.properties file (added new toolbar button description) 3. edited messages.properties (add button popup) 4. created my own class ***Command.
the problem is, i don't know how to put it into separate jar(except step 4), without need to rebuild jmeter from sources. is it possible? are there any other ways to add custom functionality to jmeter menus | toolbars | hotkeys? -- View this message in context: http://jmeter.512774.n5.nabble.com/make-standalone-plugin-with-new-toolbar-button-tp5722029.html Sent from the JMeter - Dev mailing list archive at Nabble.com.
