From ae22bb617beaa7d0aedd68805280c7cc3b72cb69 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 12 Dec 2017 06:03:20 +0100 Subject: Updated to new in ivy++ scp/ssh tasks. --- build.xml | 99 ++++++++++++++++++++++++-------------------- buildScripts/ivy.xml | 3 +- buildScripts/website.ant.xml | 44 +++++++++++--------- 3 files changed, 79 insertions(+), 67 deletions(-) diff --git a/build.xml b/build.xml index d33a1952..633d7922 100644 --- a/build.xml +++ b/build.xml @@ -54,11 +54,6 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - - - @@ -81,7 +76,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + @@ -784,51 +779,63 @@ You can also create your own by writing a 'testenvironment.properties' file. The - - - - + + + + keyfile="${ssh.keyfile}" + knownHosts="ssh.knownHosts" /> The artifact has been published to staging. Now go to https://oss.sonatype.org/ and log in as Reinier, then doublecheck if all is well and 'release' it. - + + + + + - - - - - + - - + + keyfile="${ssh.keyfile}" + knownHosts="ssh.knownHosts" /> - - + diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 4b61ee02..13626dd7 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -132,21 +132,22 @@ such as applying the templates to produce the website, converting the changelog - - - - + keyfile="${ssh.keyfile}" + knownHosts="ssh.knownHosts" /> + @@ -189,14 +190,19 @@ such as applying the templates to produce the website, converting the changelog - - + + -- cgit