Author: hibou
Date: Thu Sep 22 14:46:54 2011
New Revision: 1174170
URL: http://svn.apache.org/viewvc?rev=1174170&view=rev
Log:
Maybe better if the folder exist
Modified:
ant/ivy/core/trunk/build.xml
Modified: ant/ivy/core/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=1174170&r1=1174169&r2=1174170&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Thu Sep 22 14:46:54 2011
@@ -432,6 +432,7 @@
</target>
<target name="prepare-test-jar-repositories" unless="skip.test">
+ <mkdir dir="${basedir}/test/jar-repos" />
<jar destfile="${basedir}/test/jar-repos/jarrepo1.jar" >
<fileset dir="${basedir}/test/repositories/1" />
</jar>