Author: sebb
Date: Sat Sep 1 06:49:53 2007
New Revision: 571801
URL: http://svn.apache.org/viewvc?rev=571801&view=rev
Log:
Fix instruction re project variables not being defined
Modified:
jakarta/jmeter/branches/rel-2-2/eclipse.readme
Modified: jakarta/jmeter/branches/rel-2-2/eclipse.readme
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/eclipse.readme?rev=571801&r1=571800&r2=571801&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/eclipse.readme (original)
+++ jakarta/jmeter/branches/rel-2-2/eclipse.readme Sat Sep 1 06:49:53 2007
@@ -52,4 +52,9 @@
On the Arguments tab, in the Working Directory area, pick the radio
button next to "Other" and enter the following in the text box:
- ${project_loc}/bin
\ No newline at end of file
+ ${workspace_loc}/jmeterproject/bin
+
+ where "jmeterproject" is the name of the JMeter project.
+
+ [It would be nicer to use ${project_loc}/bin
+ but unfortunately the Eclipse Debug view does not seem to preserve any of the
project variables]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]