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/24 16:17:06 UTC

svn commit: r902580 - /jakarta/jmeter/trunk/build.xml

Author: sebb
Date: Sun Jan 24 15:17:04 2010
New Revision: 902580

URL: http://svn.apache.org/viewvc?rev=902580&view=rev
Log:
Show name of jar when checking if download is needed

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=902580&r1=902579&r2=902580&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sun Jan 24 15:17:04 2010
@@ -1913,6 +1913,7 @@
     <target name="_check_jarfile" if="_get_file">
   	    <!-- Check if file exists -->
   	    <fail message="Error in build file or calling sequence" if="file.exists"/>
+        <echo level="info">Checking ${jar}</echo>
         <available file="${path}/${jar}" property="file.exists"/>
         <condition property="_get_zipfile">
             <isset property="${zipprop}"/>



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