Author: jfrederic.clere(a)jboss.com
Date: 2009-07-07 11:00:54 -0400 (Tue, 07 Jul 2009)
New Revision: 2470
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Oops ant installhttpd also needs -Dbase.apache=blabla...
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-07-07 14:14:41 UTC (rev 2469)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-07-07 15:00:54 UTC (rev 2470)
@@ -239,8 +239,8 @@
then
BASELOC=${BASELOCNOSPACES}
fi
- echo "Running: ant installhttpd -DBUILDTEST=Y -Dbuild_version=${build_version}
-Droot=${output_loc}"
- ant installhttpd -DBUILDTEST=Y -Dbuild_version=${build_version} -Droot=${output_loc}
+ echo "Running: ant installhttpd -DBUILDTEST=Y -Dbuild_version=${build_version}
-Droot=${output_loc} -Dbase.apache=${BASELOC}"
+ ant installhttpd -DBUILDTEST=Y -Dbuild_version=${build_version} -Droot=${output_loc}
-Dbase.apache=${BASELOC}
)
# Build the *.so for any httpd-2.2.x using the httpd install done before