From: Aron Roberts Date: Wed, 29 Sep 2010 02:48:15 +0000 (+0000) Subject: CSPACE-2902: Undeploy no longer halts if database script directory is missing from... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=9584f252b244672f27584a38061fda0546e9df73;p=tmp%2Fjakarta-migration.git CSPACE-2902: Undeploy no longer halts if database script directory is missing from the cspace server. --- 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 @@ + + + + + + +