From 641bb2b769fde959de11255ffc01fcf6637cad88 Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Mon, 25 Jul 2005 16:39:06 +0000 Subject: [PATCH] Enhanced upload process. 1. you can override the machine and dest dirs 2. we create the dest dirs, if not found (ignoring errors if they exist) 3. the init-upload target prints out what is about to happen, to help prepare for a private redistribution git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278474 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index addba053a..4cd295efe 100644 --- a/build.xml +++ b/build.xml @@ -1029,6 +1029,7 @@ + @@ -1056,6 +1057,7 @@ + @@ -1123,6 +1125,7 @@ + @@ -1154,6 +1157,7 @@ + @@ -1326,17 +1330,55 @@ Upload the distribution to cvs.apache.org for final releases =================================================================== --> - + + - - + + + + + + + + Uploading Ant version ${version} + to host ${ssh.host} as ${apache.user} + distribution to ${ssh.dist.directory} + JAR files to ${ssh.jars.directory} + Known hosts = ${ssh.knownhosts} + + + + + + + + + + + - +