-
Notifications
You must be signed in to change notification settings - Fork 37
Build Process
steeltomato edited this page Sep 29, 2011
·
5 revisions
- Clone the git repository or download the source and extract
- Set jmeter.home in the build.properties file to the base of your JMeter installation
- Run
ant install-depsto download and install BlazeDS libs into JMeter's lib/ext dir
- Run
ant package - The plugin JAR will be produced in bin/
- Run
ant install - The plugin JAR will be copied to lib/ext in the JMeter installation defined by jmeter.home
- Add a tag for the new version, e.g. v1.0
- Run
ant dist - Tarball will be produced in dist dir