You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/07/23 06:07:58 UTC

svn commit: rev 23185 - incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache

Author: nickchalko
Date: Thu Jul 22 23:07:58 2004
New Revision: 23185

Modified:
   incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml
Log:
Make sure the localtest.dir exists.

Modified: incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml
==============================================================================
--- incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml	(original)
+++ incubator/depot/trunk/update/src/test/org/apache/depot/update/ant/cache/build.xml	Thu Jul 22 23:07:58 2004
@@ -17,7 +17,7 @@
 -->
 <project name="updateModule-test" basedir="../../../../../../../../" default="test1">
 	<property name="localtest.dir" value="${basedir}/src/resources/test/repo" />
-
+	<mkdir dir="${localtest.dir}"/>
 
 
 	<property name="depot.home" value="${basedir}/build/depot-home" />