From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- spss.server/build.xml | 415 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 415 insertions(+) create mode 100644 spss.server/build.xml (limited to 'spss.server/build.xml') diff --git a/spss.server/build.xml b/spss.server/build.xml new file mode 100644 index 000000000..0d0dc1d18 --- /dev/null +++ b/spss.server/build.xml @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + set up directories etc. + + + + + + + + + + + + + + + + + compile everything + + + + + + package the server war file + + + + + + + + + + + + + + + + + + + + + package the library jar file + + + + + + + + + package the configuration tools + + + + + + + create JavaDoc for the server internal classes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MOA SP/SS Server Internal API]]> + + + + + + create JavaDoc for the SP/SS API + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MOA SP/SS API]]> + + + + + + create the webservice distributable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + create the webservice-distributable, including all documentation + + + + + + + + + + + + create the zipped webservice distributable + + + + + + + + create the library distributable + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + create the library distributable, including all documentation + + + + + + + + + + + + create the zipped library distributable + + + + + + + + create the source distributable + + + + + + + + + + + + + + + + + + + + + + + + + + create all distributables + + + + + deploy the webservice to catalina (needs CATALINA_HOME defined) + + + + + + + + + + + + + + + clean temporary files + + + -- cgit v1.2.3