You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2010/01/09 22:21:33 UTC

svn commit: r897552 - in /jakarta/jmeter/trunk: README build.xml

Author: sebb
Date: Sat Jan  9 21:21:33 2010
New Revision: 897552

URL: http://svn.apache.org/viewvc?rev=897552&view=rev
Log:
Tweak docn re: jars downloads

Modified:
    jakarta/jmeter/trunk/README
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/README
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/README?rev=897552&r1=897551&r2=897552&view=diff
==============================================================================
--- jakarta/jmeter/trunk/README (original)
+++ jakarta/jmeter/trunk/README Sat Jan  9 21:21:33 2010
@@ -73,8 +73,9 @@
 
   - Release builds
   Unpack the source archive into a suitable directory structure.
-  The 3rd party library files can either be extracted from the binary archive by unpacking it
-  into the same directory structure, or you can use Ant to download the files:
+  Most of the 3rd party library files can be extracted from the binary archive by unpacking it
+  into the same directory structure.
+  You can use Ant to download any missing files:
   
   ant download_jars 
   
@@ -95,7 +96,7 @@
   
   Change to the top-level directory and issue the command:
   
-  ant download_jars - if necessary 
+  ant download_jars ! only needs to be done once; will download any missing 3rd party jars 
 
   ant
 

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=897552&r1=897551&r2=897552&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sat Jan  9 21:21:33 2010
@@ -947,8 +947,8 @@
 
   <target name="_message_3rdParty" unless="3rdparty.present">
     <echo>Cannot find all the required 3rd party libraries.</echo>
-    <echo>If building from a release, you need both source and binary archives.</echo>
-    <echo>If building from SVN, use "ant download_jars" to download them.</echo>
+    <echo>If building from a release, you can get most of them from the binary archive.</echo>
+    <echo>Use "ant download_jars" to download any missing jars.</echo>
     <fail message="Cannot find required classes"/>
   </target>
 



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