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 ------------------------------------------------------------------------------ == Building JMeter from sources with Eclipse == - It's useful to have JMeter Eclipse project in hand, since you need to do debugging and possible bug fixing of JMeter. + It's useful to have JMeter Eclipse project in hand, since you need to do debugging and possible bug fixing in JMeter itself. 1. Check out JMeter trunk from Subversion * Get Subclipse plug-in for Eclipse http://subclipse.tigris.org/ @@ -70, +70 @@ == Setting up plug-in project == - This project will build your custom components and launch JMeter so that it will find them. + This Eclipse project will build your custom components and launch JMeter with a configuration which will find them classes propeply. 1. Set up your custom plug-in project * Create a new Java project @@ -81, +81 @@ * It should look like this {{{ - # JMeter uses case sensitive string matching to test these paths against class path. + # JMeter uses case sensitive string matching to test these paths against absolute 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 as \\. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
