From b75a93f7e12ceb4dfbe2dd09d9f6546df70879a8 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 29 Oct 2014 15:02:51 -0400 Subject: [PATCH] Apache restart output. --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 9813584d1fd..c761d868ab1 100644 --- a/build.xml +++ b/build.xml @@ -113,7 +113,8 @@ <istrue value="${apachectl}" /> <then> <copy file="${srcdir}/local/httpd-vufind.conf" tofile="${apacheconfdir}/vufindtest.conf" /> - <exec command="${apachectl} restart" /> + <exec command="${apachectl} restart" outputProperty="LASTOUTPUT" /> + <echo message="${LASTOUTPUT}" /> </then> </if> -- GitLab