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 + + Targetted to Eclipse 3.1 and JMeter 2.1 trunk version. 1. Check out JMeter trunk from Subversion * Get Subclipse plug-in for Eclipse * Check out http://svn.apache.org/repos/asf/jakarta/jmeter/trunk as jmeter-trunk Java project 2. Set up jmeter-trunk project - * + * Let Eclipse internal compiler handle the building of JMeter + * Source build paths: + * src/protocol/ftp + * test/src + * src/protocol/http + * src/protocol/java + * src/protocol/jdbc + * src/protocol/tcp + * src/monitor/components + * src/monitor/model + * src/components + * src/core + * src/examples + * src/functions + * src/htmlparser + * src/jorphan + * src/junit + * src/reports + * Exclude following files from building + * They have missing dependencies and are related to HTTP security which you are not probably interested in + * org/apache/jmeter/util/JsseSSLManager.java + * org/apache/jmeter/util/keystore/DefaultKeyStore.java + * org/apache/jmeter/util/keystore/PKCS12KeyStore.java + * Add libraries + * All jar files under lib/ folder + * Now Eclipse should build JMeter without errors (stop icons in source tree) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
