From 9584f252b244672f27584a38061fda0546e9df73 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Wed, 29 Sep 2010 02:48:15 +0000 Subject: [PATCH] CSPACE-2902: Undeploy no longer halts if database script directory is missing from the cspace server. --- services/account/pstore/build.xml | 14 +++++++++++--- services/authentication/pstore/build.xml | 14 +++++++++++--- services/authorization/pstore/build.xml | 14 +++++++++++--- 3 files changed, 33 insertions(+), 9 deletions(-) diff --git a/services/account/pstore/build.xml b/services/account/pstore/build.xml index b5d5c5d08..c158ba18b 100644 --- a/services/account/pstore/build.xml +++ b/services/account/pstore/build.xml @@ -5,7 +5,7 @@ - + @@ -193,9 +193,10 @@ + description="undeploy account service from ${jboss.server.cspace}" + depends="check.db.scripts.deploy.dir" if="${db.scripts.deploy.dir.exists}"> - @@ -207,5 +208,12 @@ + + + + + + + diff --git a/services/authentication/pstore/build.xml b/services/authentication/pstore/build.xml index 28ec3fe27..5d2473e15 100644 --- a/services/authentication/pstore/build.xml +++ b/services/authentication/pstore/build.xml @@ -5,7 +5,7 @@ - + @@ -193,9 +193,10 @@ + description="undeploy authentication service from ${jboss.server.cspace}" + depends="check.db.scripts.deploy.dir" if="${db.scripts.deploy.dir.exists}"> - @@ -207,5 +208,12 @@ + + + + + + + diff --git a/services/authorization/pstore/build.xml b/services/authorization/pstore/build.xml index aeb887e43..ad2bbcef0 100644 --- a/services/authorization/pstore/build.xml +++ b/services/authorization/pstore/build.xml @@ -5,7 +5,7 @@ - + @@ -204,9 +204,10 @@ + description="undeploy authorization service from ${jboss.server.cspace}" + depends="check.db.scripts.deploy.dir" if="${db.scripts.deploy.dir.exists}"> - @@ -218,5 +219,12 @@ + + + + + + + -- 2.47.3