Skip to content

Build Process

steeltomato edited this page Sep 29, 2011 · 5 revisions

Setup

  • 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-deps to download and install BlazeDS libs into JMeter's lib/ext dir

Build

  • Run ant package
  • The plugin JAR will be produced in bin/

Install

  • Run ant install
  • The plugin JAR will be copied to lib/ext in the JMeter installation defined by jmeter.home

Distribute

  • Add a tag for the new version, e.g. v1.0
  • Run ant dist
  • Tarball will be produced in dist dir

Clone this wiki locally