From 76d16f11d4f6c432aa1b95b24f6926a7aceb5af8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 26 Jun 2006 15:09:52 +0000 Subject: Ant Build erstellt git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@727 d688527b-c9ab-4aba-bd8d-4036d912da1d --- spss.slinterface/build.xml | 201 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 spss.slinterface/build.xml diff --git a/spss.slinterface/build.xml b/spss.slinterface/build.xml new file mode 100644 index 000000000..08c17b9c9 --- /dev/null +++ b/spss.slinterface/build.xml @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + set up directories etc. + + + + + + + + + + + + + + compile everything + + + + + + package the server war file + + + + + + + + + + + + + + + + + + + + create java doc + + + + + + create the webservice distributable + + + + + + + + + + + + + + + + + + create the webservice-distributable, including all documentation + + + + + + + + + create the zipped webservice distributable + + + + + + + + create the source distributable + + + + + + + + + + + + + + create all distributables + + + + + deploy the webservice to catalina (needs CATALINA_HOME defined) + + + + + + + + + + + + + + + clean temporary files + + + + + + + + + -- cgit v1.2.3