Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" for change notification.
The following page has been changed by Mikko Ohtamaa: http://wiki.apache.org/jakarta-jmeter/BuildingPlugInWithEclipse ------------------------------------------------------------------------------ - = Building JMeter plug-in with Eclipse + = Building JMeter plug-in with Eclipse = Targetted to Eclipse 3.1 and JMeter 2.1 trunk version. @@ -34, +34 @@ * org/apache/jmeter/util/keystore/PKCS12KeyStore.java * Add libraries * All jar files under lib/ folder + * There is one missing dependency which causes start-up failure with message Caused by: java.lang.NoClassDefFoundError: org/apache/avalon/excalibur/i18n/ResourceManager if you try to configure logger. Get the jar file from http://mirrors.bevc.net/apache/excalibur/excalibur-i18n/binaries/ and place it to lib/ * Now Eclipse should build JMeter without errors (stop icons in source tree) 3. Set up your custom plug-in project * Create a new Java project * Add jmeter-trunk to project dependencies * Create bin/ and src/ folders - * Create "jmeter.properties" in the bin/ + * Create ''jmeter.properties'' in the bin/ * This defines where JMeter internal class loader looks for classes * It should look like this @@ -61, +62 @@ }}} - 4. Setting up a custom Jakarta launcher + 4. Setting up a JMeter launcher * Set working directory to bin/ in your project * Copy lib/ from jmeter-trunk to your plug-in project root + 5. Also, you might want to modify class + + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
