Sunday, March 14, 2010

How to make your own JMeter build

Sometimes you may need to change the source code of JMeter to do some validation or even make a add-ons, how to build your own Jmeter:
Pre-condition: install Ant in advance
1. Download src.zip and binary.zip from http://jakarta.apache.org/site/downloads/downloads_jmeter.cgi
2. Unpack both zips into same directory
3. Copy bin and lib directory from binary to src
4. Cd to src directory from "start/run/cmd"
5. Type "ant download_jars" to get a few additional jars
6.Type "ant" command
7. It will generate a build folder automatically
8. You can directly use bin/Jmeter.bat to run your own JMeter version

No comments:

Post a Comment