However I just realised the first sentence was ambiguous. It could be taken to imply that there _are_ ways of modifying the file to simplify the JMeter upgrade
On 5 February 2015 at 09:45, sebb <[email protected]> wrote: > Yes, good idea. > > > On 4 February 2015 at 22:15, Milamber <[email protected]> wrote: >> >> Great tips for user! bravo. >> >> >> On 04/02/2015 22:08, [email protected] wrote: >>> Author: pmouawad >>> Date: Wed Feb 4 22:08:17 2015 >>> New Revision: 1657419 >>> >>> URL: http://svn.apache.org/r1657419 >>> Log: >>> Clarify jmeter.properties should not be modified >>> >>> Modified: >>> jmeter/trunk/bin/jmeter.properties >>> >>> Modified: jmeter/trunk/bin/jmeter.properties >>> URL: >>> http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1657419&r1=1657418&r2=1657419&view=diff >>> ============================================================================== >>> --- jmeter/trunk/bin/jmeter.properties (original) >>> +++ jmeter/trunk/bin/jmeter.properties Wed Feb 4 22:08:17 2015 >>> @@ -17,6 +17,14 @@ >>> ## See the License for the specific language governing permissions and >>> ## limitations under the License. >>> >>> +################################################################################ >>> +# >>> +# THIS FILE SHOULD NOT BE MODIFIED TO EASE YOUR JMETER UPGRADE >>> +# Instead only user.properties should be modified: >>> +# 1/ copy the property you want to modify in user.properties from >>> jmeter.properties >>> +# 2/ Change its value there >>> +# >>> +################################################################################ >>> >>> #Preferred GUI language. Comment out to use the JVM default locale's >>> language. >>> #language=en >>> >>> >>> >>
