Author: jfrederic.clere(a)jboss.com
Date: 2009-01-23 06:03:46 -0500 (Fri, 23 Jan 2009)
New Revision: 2204
Modified:
trunk/mod_cluster/test/java/build.xml
Log:
Make sure the base.path exists.
Modified: trunk/mod_cluster/test/java/build.xml
===================================================================
--- trunk/mod_cluster/test/java/build.xml 2009-01-22 22:34:01 UTC (rev 2203)
+++ trunk/mod_cluster/test/java/build.xml 2009-01-23 11:03:46 UTC (rev 2204)
@@ -236,6 +236,7 @@
<target name="downloadgz" unless="exist"
depends="setproxy,testexist">
<!-- Download and extract the package -->
+ <mkdir dir="${base.path}" />
<get src="${sourcefile}" dest="${base.path}/file.tar.gz"
/>
<gunzip src="${base.path}/file.tar.gz"
dest="${base.path}/file.tar"/>
<untar src="${base.path}/file.tar" dest="${base.path}"/>
Show replies by date