Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Changed from svn to git and did a bit of markup

...

The code can either be obtained from SVNGIt, or extracted from the release archives.

Download code from

...

Git

Code Block
languagebash
git clone https://

...

github.

...

com/apache/jmeter.git target-directory


Extract code from release archives

...

There should be a couple of duplicate files: LICENCE, NOTICE

Building the code using Ant

Change to the top-level JMeter directory - the one containing build.properties and build.xml

Run the following command:

Code Block
languagebash
ant download_jars
ant package


This will compile all the classes and create all the jars.

Building the code using Eclipse

See eclipse.readme md in the distribution