mirror of https://github.com/apache/jmeter.git
Bug 50347 - Eclipse setup instructions should remind user to download dependent jars
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@1039660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e04817a1df
commit
f8b8fa6572
|
|
@ -10,7 +10,9 @@ Eclipse.classpath
|
|||
[This has been tested with Eclipse 3.2. It may not work with other versions.]
|
||||
|
||||
The file eclipse.classpath is intended as a starter .classpath file
|
||||
for building JMeter using Eclipse version 3.
|
||||
for building JMeter using Eclipse version 3. Make sure to execute
|
||||
the ant download_jars task to downlaad and install the jars referred
|
||||
to in the classpath before creating the Eclipse project.
|
||||
|
||||
Note that Eclipse does not handle RMI compilations,
|
||||
nor is it easy to use for creating jar files.
|
||||
|
|
@ -83,4 +85,4 @@ button next to "Other" and enter the following in the text box:
|
|||
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]
|
||||
but unfortunately the Eclipse Debug view does not seem to preserve any of the project variables]
|
||||
|
|
|
|||
|
|
@ -63,9 +63,9 @@ See build.xml for the other targets that can be used.
|
|||
</p>
|
||||
<h3>Compiling and packaging JMeter using Eclipse</h3>
|
||||
<p>
|
||||
Once you have downloaded the source from SVN or the release archives, you can configure Eclipse.
|
||||
The easiest way to do this is to replace the Eclipse .classpath file with the eclipse.classpath file provided with JMeter.
|
||||
This will set up the source-paths and most of the libraries.
|
||||
Once you have downloaded the source from SVN or the release archives and run the ant download_jars target to
|
||||
install the dependent jars, you can configure Eclipse. The easiest way to do this is to replace the Eclipse .classpath
|
||||
file with the eclipse.classpath file provided with JMeter. This will set up the source-paths and most of the libraries.
|
||||
<p>
|
||||
See also the file eclipse.readme.
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ Also enable reversion to using System.currentTimeMillis() only.
|
|||
<h3>General</h3>
|
||||
<ul>
|
||||
<li>Bug 30563 - Thread Group should have a start next loop option on Sample Error</li>
|
||||
<li>Bug 50347 - Eclipse setup instructions should remind user to download dependent jars</li>
|
||||
</ul>
|
||||
|
||||
<h2>Non-functional changes</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue