On 27 August 2010 13:39, Jens Müller <[email protected]> wrote: > > Hello, > > using the addons.xml ant file I want to extend JMeter. I am able to override > existing implementations this way, but I see no way of adding new elements to > the "Edit, Add, Non test elements" Menu.
New elements should automatically appear if you code the classes correctly. > Also, I don't know how to add strings to the resource properties files, as if > I add them into the addons directory, they are not compiled into the jar. There's currently no way to merge property file entries. However you don't have to use resource properties. You can also use the TestBean interface which has a private property file. > Thank you for any hints, > Jens > > --------------------------------------------------------------------- > 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]
