From 06fbfcbb87b15df7a3a419d56a610f3c1fc572dd Mon Sep 17 00:00:00 2001 From: j2blake Date: Thu, 8 Mar 2012 17:09:41 +0000 Subject: [PATCH] NIHVIVO-3439 Test to insure that the vitro.home.directory is writable by the build script. If it is not, the Solr installation will fail. REQUIRES ANT 1.8 --- webapp/build.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webapp/build.xml b/webapp/build.xml index 3ed917b8a..0a009efa7 100644 --- a/webapp/build.xml +++ b/webapp/build.xml @@ -115,6 +115,16 @@ deploy - Deploy the application directly into the Tomcat webapps directory. + + + + + + + + + +