From cfb111eeb1cea45823b03008e2f08d0e254b6a42 Mon Sep 17 00:00:00 2001 From: dchandler Date: Mon, 18 Nov 2002 22:16:07 +0000 Subject: [PATCH] Added a nightly-build target that creates a zip file dist/nightlyBuild.zip. As the suggestive name implies, coupling this with a shell script like '(cvs -f -q update -dP && ant nightly-build && scp dist/nightlyBuild.zip && ssh 'cd wherever/ && unzip foo') || email_error_message' would yield a nightly build process for us. --- build.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index a1a2517..3eadc28 100644 --- a/build.xml +++ b/build.xml @@ -160,10 +160,31 @@ + + + + + + + + + + + + + + + @@ -662,6 +683,10 @@ + + +