You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/11/27 13:17:15 UTC

svn commit: r1039660 - in /jakarta/jmeter/trunk: eclipse.readme xdocs/building.xml xdocs/changes.xml

Author: sebb
Date: Sat Nov 27 12:17:14 2010
New Revision: 1039660

URL: http://svn.apache.org/viewvc?rev=1039660&view=rev
Log:
Bug 50347 - Eclipse setup instructions should remind user to download dependent jars

Modified:
    jakarta/jmeter/trunk/eclipse.readme
    jakarta/jmeter/trunk/xdocs/building.xml
    jakarta/jmeter/trunk/xdocs/changes.xml

Modified: jakarta/jmeter/trunk/eclipse.readme
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/eclipse.readme?rev=1039660&r1=1039659&r2=1039660&view=diff
==============================================================================
--- jakarta/jmeter/trunk/eclipse.readme (original)
+++ jakarta/jmeter/trunk/eclipse.readme Sat Nov 27 12:17:14 2010
@@ -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 fol
  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
+ but unfortunately the Eclipse Debug view does not seem to preserve any of the project variables]

Modified: jakarta/jmeter/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/building.xml?rev=1039660&r1=1039659&r2=1039660&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/building.xml (original)
+++ jakarta/jmeter/trunk/xdocs/building.xml Sat Nov 27 12:17:14 2010
@@ -63,9 +63,9 @@ See build.xml for the other targets that
 </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>

Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=1039660&r1=1039659&r2=1039660&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Sat Nov 27 12:17:14 2010
@@ -164,6 +164,7 @@ Also enable reversion to using System.cu
 <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org