You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/04/07 02:26:38 UTC

svn commit: r392135 - /jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties

Author: sebb
Date: Thu Apr  6 17:26:36 2006
New Revision: 392135

URL: http://svn.apache.org/viewcvs?rev=392135&view=rev
Log:
Explain file_format better

Modified:
    jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties

Modified: jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties
URL: http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties?rev=392135&r1=392134&r2=392135&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties (original)
+++ jakarta/jmeter/branches/rel-2-1/bin/jmeter.properties Thu Apr  6 17:26:36 2006
@@ -24,17 +24,23 @@
 # Netscape HTTP Cookie file
 cookies=cookies
 
-#File format for saved test files.  
-# JMeter 2.1+ uses a new format for JMX and JTL files - using XStream.
-# JMeter 2.1.2+ has a new shorter format for JMX files. 
-# Set value to 2.0 or 2.1 to save to old formats
+#---------------------------------------------------------------------------
+# File format configuration for JMX and JTL files
+#---------------------------------------------------------------------------
+
+# Properties:
+# file_format          - affects both JMX and JTL files
+# file_format.testplan - affects JMX files only
+# file_format.testlog  - affects JTL files only
+#
+# Possible values are:
+# 2.0 - original format
+# 2.1 - initial format using XStream
+# 2.2 - updated format using XStream, with shorter names
+
+#---------------------------------------------------------------------------
 # 
-# Save test plans and test logs in 2.0 format
-#file_format=2.0
-# Just test plans (jmx)
-#file_format.testplan=2.1
-# Just test logs (jtl)
-#file_format.testlog=2.0
+#---------------------------------------------------------------------------
 
 # Authorization
 authorization=authorization



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org