From: Aron Roberts Date: Mon, 19 Apr 2010 19:03:37 +0000 (+0000) Subject: CSPACE-1533: Remove 'cspace' from the end of the value of the 'url' attribute of... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=8f701b127118320fbc67d8e2c4e9d69e006064b5;p=tmp%2Fjakarta-migration.git CSPACE-1533: Remove 'cspace' from the end of the value of the 'url' attribute of the 'sql' task, in the 'create_db' target. On some occasions, such as a first-time install, the cspace database may not exist prior to running init_db.sql, and the presence of that database name in the URL might result in an 'Unknown database' error. --- diff --git a/build.xml b/build.xml index 610857995..f54cbf994 100644 --- a/build.xml +++ b/build.xml @@ -210,7 +210,7 @@