Author: jfrederic.clere(a)jboss.com
Date: 2009-04-22 06:30:54 -0400 (Wed, 22 Apr 2009)
New Revision: 2398
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Install httpd before using the install to build so bundles.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-04-22 09:40:22 UTC (rev 2397)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-04-22 10:30:54 UTC (rev 2398)
@@ -231,7 +231,12 @@
cp target/*-bin.* ${build_top}/output
)
-# Build the *.so for any httpd-2.2.x using the httpd install of the previous run
+# Install httpd using the ant script in mod_cluster
+(cd ../mod_cluster/test/java
+ ant installhttpd
+)
+
+# Build the *.so for any httpd-2.2.x using the httpd install done before
if [ "${BUILD_SYS}" != "windows" ]; then
BASELOC=`(cd ../mod_cluster/test/java; ant base | grep echo | sed
's:\[echo\]::' | sed 's:^ *::')`
for dir in `echo mod_proxy mod_manager advertise mod_slotmem mod_proxy_cluster`