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 Mikko Ohtamaa:
http://wiki.apache.org/jakarta-jmeter/BuildingPlugInWithEclipse

------------------------------------------------------------------------------
        * It should look like this
  
  {{{
+ # JMeter uses case sensitive string matching to test these paths against 
class path.
+ # This is very bad since paths must be *exactly* here as they appear in Java 
classpath.
+ # Hopefully this will be fixed in the future versions. Note Windows needs to 
escape \ character.
+ 
+ # Add JMeter output folder and our plug-in output folder to paths from which 
+ # plug-ins are searched
+ search_paths=C:\\xxx\\jmeter-trunk\\bin;.
- search_paths=../../jmeter-trunk/bin/protocol/ftp; \
-                        ../../jmeter-trunk/bin/protocol/http; \
-                        ../../jmeter-trunk/bin/protocol/java; \
-                        ../../jmeter-trunk/bin/protocol/jdbc; \
-                        ../../jmeter-trunk/bin/protocol/ldap; \
-                        ../../jmeter-trunk/bin/protocol/tcp; \
-                        ../../jmeter-trunk/bin/components; \
-                        ../../jmeter-trunk/bin/core; \
-                        ../../jmeter-trunk/bin/default; \
-                        ../../jmeter-trunk/bin/functions; \
-                        ../../jmeter-trunk/bin/htmlparser; \
-                        ../../jmeter-trunk/bin/jorphan \
                         .
  
  }}}
@@ -137, +132 @@

  My head was already hurting so badly that I didn't want to debug the problem 
further. The JMeter logging code had several deprecated non-func histroric 
layers confusing poor debuggers.
     
  
- ---- /!\ '''End of edit conflict''' ----
- 

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

Reply via email to