From 8d0f33c024953c06411740bd8fce0c39fbdb5d3c Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 7 Oct 2014 21:52:08 -0700 Subject: [PATCH] CSPACE-6322: You must now set either an environment variable name 'recreate_db' to the value true or specify an Ant property named 'recreate_db=true' on the command line when you invoke the 'create_db' target. --- build.xml | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index a1ba8b8b0..b65637f62 100644 --- a/build.xml +++ b/build.xml @@ -190,17 +190,58 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3