From e99b743779fa44ac7ee712285b698313c083b2bf Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 25 Jul 2005 16:52:01 +0000 Subject: [PATCH] no, I need the parent dirs too git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278475 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 4cd295efe..863010865 100644 --- a/build.xml +++ b/build.xml @@ -941,7 +941,7 @@ + description="--> creates the Apache Ant Test Utilities jar"> We cannot build the test jar unless JUnit is present, @@ -1357,12 +1357,12 @@ keyfile="${ssh.keyfile}" passphrase="${ssh.passphrase}" knownhosts="${ssh.knownhosts}" failonerror="false" - command="mkdir ${ssh.dist.directory}" /> + command="mkdir -p ${ssh.dist.directory}" /> + command="mkdir -p ${ssh.jars.directory}"/>