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: [email protected]
For additional commands, e-mail: [email protected]