You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/11/09 20:42:59 UTC

svn commit: r1814777 - in /jmeter/trunk: build.xml xdocs/building.xml

Author: fschumacher
Date: Thu Nov  9 20:42:59 2017
New Revision: 1814777

URL: http://svn.apache.org/viewvc?rev=1814777&view=rev
Log:
Bump version of ant to 1.9.1 as we now use ant:if which was introduced with 1.9.1

Modified:
    jmeter/trunk/build.xml
    jmeter/trunk/xdocs/building.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1814777&r1=1814776&r2=1814777&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Thu Nov  9 20:42:59 2017
@@ -85,7 +85,7 @@
   -->
 
   <!-- Minimal version of Apache Ant required by this Ant script -->
-  <property name="ant.version.required" value="1.8.2" />
+  <property name="ant.version.required" value="1.9.1" />
 
   <!-- Are we running under Gump? -->
   <property name="gump.run" value="false"/>

Modified: jmeter/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1814777&r1=1814776&r2=1814777&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Thu Nov  9 20:42:59 2017
@@ -29,7 +29,7 @@
 Before you can compile JMeter, you will need a few things:
 <ul>
 <li>a Java 8 compatible JDK (Java Development Kit)</li>
-<li>a working installation of <a href="http://ant.apache.org">Ant</a> (at least version 1.8.2)</li>
+<li>a working installation of <a href="http://ant.apache.org">Ant</a> (at least version 1.9.1)</li>
 <li>the JMeter sources as shown in the next section</li>
 </ul>