You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/12/02 14:44:52 UTC

svn commit: r1416175 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Sun Dec  2 13:44:51 2012
New Revision: 1416175

URL: http://svn.apache.org/viewvc?rev=1416175&view=rev
Log:
Clarify doc as per sebb note

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1416175&r1=1416174&r2=1416175&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Dec  2 13:44:51 2012
@@ -1159,7 +1159,7 @@ Beware however that misuse of any method
 	The following are supported: jexl, javascript, xslt.
 	Others may be available if the appropriate jar is installed in the JMeter lib directory.
 	</property>
-	<property name="Script File" required="No">Name of a file to be used as a BSF script, if a relative file path is used, then it will be relative to JMETER_HOME/bin folder</property>
+	<property name="Script File" required="No">Name of a file to be used as a BSF script, if a relative file path is used, then it will be relative to directory referenced by "user.dir" System property</property>
 	<property name="Parameters" required="No">List of parameters to be passed to the script file or the script.</property>
 	<property name="Script" required="Yes (unless script file is provided)">Script to be passed to BSF language</property>
 </properties>
@@ -3071,7 +3071,7 @@ The BSF Listener allows BSF script code 
         <li>Parameters - string containing the parameters as a single variable</li>
         <li>args - String array containing parameters, split on white-space</li>
     </ul></property>
-    <property name="Script file" required="No">A file containing the script to run, if a relative file path is used, then it will be relative to JMETER_HOME/bin folder</property>
+    <property name="Script file" required="No">A file containing the script to run, if a relative file path is used, then it will be relative to directory referenced by "user.dir" System property</property>
     <property name="Script" required="Yes (unless script file is provided)">The script to run.</property>
 </properties>
 <p>
@@ -4231,7 +4231,7 @@ The BSF Assertion allows BSF script code
         <li>Parameters - string containing the parameters as a single variable</li>
         <li>args - String array containing parameters, split on white-space</li>
     </ul></property>
-    <property name="Script file" required="No">A file containing the script to run, if a relative file path is used, then it will be relative to JMETER_HOME/bin folder</property>
+    <property name="Script file" required="No">A file containing the script to run, if a relative file path is used, then it will be relative to directory referenced by "user.dir" System property</property>
     <property name="Script" required="Yes (unless script file is provided)">The script to run.</property>
 </properties>
 <p>
@@ -4505,7 +4505,7 @@ The BSF Timer can be used to generate a 
     </ul>
     </property>
     <property name="Script file" required="No">
-    A file containing the script to run, if a relative file path is used, then it will be relative to JMETER_HOME/bin folder
+    A file containing the script to run, if a relative file path is used, then it will be relative to directory referenced by "user.dir" System property
      The return value is converted to a long integer and used as the number of milliseconds to wait.
      </property>
     <property name="Script" required="Yes (unless script file is provided)">
@@ -4754,7 +4754,7 @@ The BSF PreProcessor allows BSF script c
         <li>Parameters - string containing the parameters as a single variable</li>
         <li>args - String array containing parameters, split on white-space</li>
     </ul></property>
-    <property name="Script file" required="No">A file containing the script to run, if a relative file path is used, then it will be relative to JMETER_HOME/bin folder</property>
+    <property name="Script file" required="No">A file containing the script to run, if a relative file path is used, then it will be relative to directory referenced by "user.dir" System property</property>
     <property name="Script" required="Yes (unless script file is provided)">The script to run.</property>
 </properties>
 <p>
@@ -5101,7 +5101,7 @@ The BSF PostProcessor allows BSF script 
         <li>Parameters - string containing the parameters as a single variable</li>
         <li>args - String array containing parameters, split on white-space</li>
     </ul></property>
-    <property name="Script file" required="No">A file containing the script to run, if a relative file path is used, then it will be relative to JMETER_HOME/bin folder</property>
+    <property name="Script file" required="No">A file containing the script to run, if a relative file path is used, then it will be relative to directory referenced by "user.dir" System property</property>
     <property name="Script" required="Yes (unless script file is provided)">The script to run.</property>
 </properties>
 <p>