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/03/24 18:58:07 UTC

svn commit: r1788530 - in /jmeter/trunk: README.md xdocs/building.xml xdocs/changes.xml

Author: fschumacher
Date: Fri Mar 24 18:58:07 2017
New Revision: 1788530

URL: http://svn.apache.org/viewvc?rev=1788530&view=rev
Log:
Add docs for property proxy.use and change Michael's email.

Bugzilla Id: 60886

Modified:
    jmeter/trunk/README.md
    jmeter/trunk/xdocs/building.xml
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/README.md
URL: http://svn.apache.org/viewvc/jmeter/trunk/README.md?rev=1788530&r1=1788529&r2=1788530&view=diff
==============================================================================
--- jmeter/trunk/README.md (original)
+++ jmeter/trunk/README.md Fri Mar 24 18:58:07 2017
@@ -116,6 +116,7 @@ downloaded by other JMeter users._
 If you are behind a proxy, you can set a few build properties in `build-local.properties` for ant to use the proxy:
 
 ```
+proxy.use=true
 proxy.host=proxy.example.invalid
 proxy.port=8080
 proxy.user=your_user_name

Modified: jmeter/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1788530&r1=1788529&r2=1788530&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Fri Mar 24 18:58:07 2017
@@ -61,6 +61,7 @@ This will retrieve any missing jars.
 <note>
 If you are behind a proxy, you can set a few build properties in <code>build-local.properties</code> for ant to use the proxy:
 <source>
+proxy.use=true
 proxy.host=proxy.example.invalid
 proxy.port=8080
 proxy.user=your_user_name

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1788530&r1=1788529&r2=1788530&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Fri Mar 24 18:58:07 2017
@@ -314,7 +314,7 @@ listeners hold and a rework of the way G
     <li><bug>60813</bug>JSR223 Test element : Take into account JMeterStopTestNowException, JMeterStopTestException and JMeterStopThreadException</li>
     <li><bug>60814</bug>Menu : Add <code>Open Recent</code> menu item to make recent files loading more obvious</li>
     <li><bug>60815</bug>Drop "Reset GUI" from menu</li>
-    <li><bug>60886</bug>Build improvements to better enable builds in environments that are behind a proxy. Partly contributed by Michael Osipov (1983-01-06 at gmx.net)</li>
+    <li><bug>60886</bug>Build improvements to better enable builds in environments that are behind a proxy. Partly contributed by Michael Osipov (michaelo at apache.org)</li>
 </ul>
 
 <ch_section>Non-functional changes</ch_section>
@@ -441,7 +441,7 @@ listeners hold and a rework of the way G
 <li>Woonsan Ko (woonsan at apache.org)</li>
 <li>Bartosz Siewniak (barteksiewniak at gmail.com)</li>
 <li>Kimono (kimono.outfit.am at gmail.com)</li>
-<li>Michael Osipov (1983-01-06 at gmx.net)</li>
+<li>Michael Osipov (michaelo at apache.org)</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter. <br/>
 For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:</p>