I have developed new functionalities to JMeter. But until now, only I've been doing is adding the new Classes to the specified jmeter source package.
For example: If I make a new Assertion, I just put the classes into org.apache.jmeter.assertions package and the GUI class into the org.apache.jmeter.assertions.gui (and into the JAR file in LIB/EXT directory so this could be accesible through GUI menus). But I want to find a way to aggregate all my new functionality classes into a single JAR file, so I could PLUG it IN only when I need to. Is there a way to do this using JAVA REQUEST sampler?How? Any ideas? Thanks Juliano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
