Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-jmeter Wiki" 
for change notification.

The following page has been changed by DanielGrob:
http://wiki.apache.org/jakarta-jmeter/BuildingPlugInWithEclipse

------------------------------------------------------------------------------
     * Create a new Java project
     * Add jmeter-trunk to project dependencies
     * Create bin/ and src/ folders
-    * Create ''jmeter.properties'' in the bin/
+    * Create the ''src/jmeter.properties'' file
        * This defines where JMeter internal class loader looks for classes
-       * It should look like this
+       * It should look like this (please note that you have to adapt the 
first part of the search_paths property so it points to your JMeter Eclipse 
project!)
  
  {{{
  # JMeter uses case sensitive string matching to test these paths against 
absolute class path.
@@ -126, +126 @@

  
  }}}
  
-   * Create ''log4j.conf'' in src/
+   * Create the ''src/log4j.conf'' file
  
  {{{
  log4j.rootLogger=debug, stdout

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to