Author: jfrederic.clere(a)jboss.com
Date: 2009-04-22 07:23:17 -0400 (Wed, 22 Apr 2009)
New Revision: 2399
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
ant installhttpd needs parameters...
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2009-04-22 10:30:54 UTC (rev 2398)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2009-04-22 11:23:17 UTC (rev 2399)
@@ -233,7 +233,8 @@
# Install httpd using the ant script in mod_cluster
(cd ../mod_cluster/test/java
- ant installhttpd
+ echo "Running: ant installhttpd -DBUILDTEST=Y -Dbuild_version=${build_version}
-Droot=${output_loc}"
+ ant installhttpd -DBUILDTEST=Y -Dbuild_version=${build_version} -Droot=${output_loc}
)
# Build the *.so for any httpd-2.2.x using the httpd install done before
Show replies by date