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 2009/11/13 18:12:07 UTC

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

Author: sebb
Date: Fri Nov 13 17:12:07 2009
New Revision: 835924

URL: http://svn.apache.org/viewvc?rev=835924&view=rev
Log:
Bug 48183 - need to ensure build dir is created before downloading files

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=835924&r1=835923&r2=835924&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Fri Nov 13 17:12:07 2009
@@ -2004,6 +2004,8 @@
 	
 	<!-- Download all missing jars.-->
     <target name="download_jars" description="Download any missing jar files">
+    	<!-- build.dir may be needed as a temporary work area -->
+    	<mkdir dir="${build.dir}" />
         <antcall target="_process_all_jars">
             <param name="_get_file" value="true"/>
         </antcall>



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