Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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
    • To make logging to Eclipse console work, you need to comment out some code. Read more notes about this below. Class is org.apacha.jmeter.jorphan.logging.LoggingManager

...

No Format
search_paths=../../jmeter-trunk/bin/protocol/ftp; \
			 ../../jmeter-trunk/bin/protocol/http; \
			 ../../jmeter-trunk/bin/protocol/java; \
			 ../../jmeter-trunk/bin/protocol/jdbc; \
			 ../../jmeter-trunk/bin/protocol/ldap; \
			 ../../jmeter-trunk/bin/protocol/tcp; \
			 ../../jmeter-trunk/bin/components; \
			 ../../jmeter-trunk/bin/core; \
			 ../../jmeter-trunk/bin/default; \
			 ../../jmeter-trunk/bin/functions; \
			 ../../jmeter-trunk/bin/htmlparser; \
			 ../../jmeter-trunk/bin/jorphan \
			 .

  • Create log4j.conf

4. Setting up a JMeter launcher

...

My head was already hurting so badly that I didn't want to debug the problem further. The JMeter logging code had several deprecated non-func histroric layers confusing poor debuggers.

---- (warning) End of edit conflict ----