From commits-return-7645-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Mon Jul 3 18:50:16 2017 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A11EC1A831 for ; Mon, 3 Jul 2017 18:50:16 +0000 (UTC) Received: (qmail 91382 invoked by uid 500); 3 Jul 2017 18:50:16 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 91352 invoked by uid 500); 3 Jul 2017 18:50:16 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 91343 invoked by uid 99); 3 Jul 2017 18:50:16 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2017 18:50:16 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id D80B43A0B41 for ; Mon, 3 Jul 2017 18:50:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1800706 - /jmeter/trunk/xdocs/building.xml Date: Mon, 03 Jul 2017 18:50:15 -0000 To: commits@jmeter.apache.org From: fschumacher@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170703185015.D80B43A0B41@svn01-us-west.apache.org> Author: fschumacher Date: Mon Jul 3 18:50:15 2017 New Revision: 1800706 URL: http://svn.apache.org/viewvc?rev=1800706&view=rev Log: Explain the prerequistes to compile JMeter a bit more in detail. Modified: jmeter/trunk/xdocs/building.xml Modified: jmeter/trunk/xdocs/building.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1800706&r1=1800705&r2=1800706&view=diff ============================================================================== --- jmeter/trunk/xdocs/building.xml (original) +++ jmeter/trunk/xdocs/building.xml Mon Jul 3 18:50:15 2017 @@ -25,6 +25,14 @@
+ +Before you can compile JMeter, you will need a few things: +
    +
  • a Java 8 compatible JDK (Java Development Kit)
  • +
  • a working installation of ant (at least version 1.8.2)
  • +
  • the JMeter sources as shown in the next section
  • +
+

Acquiring the source

The full source is distributed alongside the binary, and you can also find source repositories here .